pulumi / pulumi-std

Standard library functions implemented as a native Pulumi provider to be consumed from all Pulumi supported languages
Apache License 2.0
3 stars 2 forks source link

Installing `@pulumi/std` npm package fails due to missing `scripts/install-pulumi-plugin.js` file #26

Closed justinvp closed 1 year ago

justinvp commented 1 year ago
$ npm install @pulumi/std
npm ERR! code 1
npm ERR! path /Users/user/proj/node_modules/@pulumi/std
npm ERR! command failed
npm ERR! command sh -c -- node scripts/install-pulumi-plugin.js resource std 1.1.0
npm ERR! node:internal/modules/cjs/loader:1029
npm ERR!   throw err;
npm ERR!   ^
npm ERR!
npm ERR! Error: Cannot find module '/Users/user/proj/node_modules/@pulumi/std/scripts/install-pulumi-plugin.js'
npm ERR!     at Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)
npm ERR!     at Module._load (node:internal/modules/cjs/loader:872:27)
npm ERR!     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
npm ERR!     at node:internal/main/run_main_module:23:47 {
npm ERR!   code: 'MODULE_NOT_FOUND',
npm ERR!   requireStack: []
npm ERR! }
npm ERR!
npm ERR! Node.js v19.1.0

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/user/.npm/_logs/2023-06-02T11_52_25_940Z-debug-0.log