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
When using the Makefile in the boilerplate, there were issues creating the typescript provider.
Using the Makefile in the pulumi-service provider repo solved the problem.
So, the boilerplate Makefile should be updated accordingly.
Threw errors.
Had to adopt the Makefile from the pulumi-service provider.
Versions used
No response
Additional context
No response
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:
What happened?
When using the Makefile in the boilerplate, there were issues creating the typescript provider.
Using the Makefile in the pulumi-service provider repo solved the problem.
So, the boilerplate Makefile should be updated accordingly.
Here's the diff:
Steps to reproduce
Build a provider.
Expected Behavior
Make should work as expected.
Actual Behavior
Threw errors.
Had to adopt the Makefile from the pulumi-service provider.
Versions used
No response
Additional context
No response
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: