Hi, I published SDK npm into private GitHub packag...
# general
d
Hi, I published SDK npm into private GitHub packages. when I am using it in dependencies pulumi is not able to perform IaC operations. may be the binaries not coming into the SDK folder.
Updating (dev)
View Live: <https://app.pulumi.com/Atmakur/s3-service/dev/updates/2>
Type                 Name            Status
pulumi:pulumi:Stack  s3-service-dev
Resources:
1 unchanged
Duration: 1s
s
Is your package a provider, multi-language component, or single-language ComponentResources?
d
it's a multilanguage component written in typescript by using https://github.com/pulumi/pulumi-component-provider-ts-boilerplate .
Copy code
Diagnostics:
  pulumi:providers:testmod (default_0_0_0):
    error: Could not automatically download and install resource plugin 'pulumi-resource-testmod'at version v0.0.0, install the plugin using `pulumi plugin install resource testmod v0.0.0`.
    Underlying error: error downloading plugin testmod to file: failed to download plugin: testmod-0.0.0: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-testmod-v0.0.0-darwin-arm64.tar.gz>