pulumi / pulumi-provider-boilerplate

Boilerplate showing how to create a native Pulumi provider
Apache License 2.0
60 stars 20 forks source link

nodejs_sdk cp: cannot stat 'scripts/': No such file or directory #70

Closed usrbinkat closed 1 year ago

usrbinkat commented 1 year ago

What happened?

Unable to build provider.

Example

Reproduce by following the build instructions

git clone https://github.com/pulumi/pulumi-provider-boilerplate
cd pulumi-provider-boilerplate
make build

Output of pulumi about

/tmp/pulumi-provider-boilerplate  main ❯ pulumi about
CLI
Version      3.88.0
Go Version   go1.21.1
Go Compiler  gc

Host
OS       darwin
Version  13.6
Arch     arm64

Backend
Name           pulumi.com
URL            https://app.pulumi.com/usrbinkat
User           usrbinkat
Organizations  usrbinkat, pulumiverse, zephyr
Token type     personal

Additional context

Presumably related to PR 'Remove NodeJS and Python install scripts'

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).