deno/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
Bartek Iwańczuk f3adb34963
feat(install): update warning for npm package build scripts (#30527)
Updates the warning output of `deno install` when
an npm package has a lifecycle script.


Closes https://github.com/denoland/deno/issues/30448
2025-09-08 22:49:24 +02:00

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]