mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00

Updates the warning output of `deno install` when an npm package has a lifecycle script. Closes https://github.com/denoland/deno/issues/30448
12 lines
391 B
Text
12 lines
391 B
Text
Download http://localhost:4260/@denotest%2fnode-addon
|
|
Download http://localhost:4260/node-gyp
|
|
[WILDCARD]
|
|
╭ Warning
|
|
│
|
|
│ Ignored build scripts for packages:
|
|
│ npm:@denotest/node-addon@1.0.0
|
|
│
|
|
│ Run "deno install --allow-scripts=npm:@denotest/node-addon" to run build scripts.
|
|
╰─
|
|
error: Uncaught (in promise) Error: Cannot find module './build/Release/node_addon'
|
|
[WILDCARD]
|