You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to publish our custom ported provider, but I can't find a way to override npm scope, the var NODE_MODULE_NAME from makefile has no affect at all, and I can't find where @pulumi/ comes from in sdk/nodejs/bin/package.json
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
We've now removed NODE_MODULE_NAME from the makefile in #135 to avoid confusion. The correct approach as @iwahbe mentioned is to set this via the ProviderInfo.
What happened?
Hello, I'm trying to publish our custom ported provider, but I can't find a way to override npm scope, the var
NODE_MODULE_NAME
from makefile has no affect at all, and I can't find where@pulumi/
comes from insdk/nodejs/bin/package.json
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: