summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-07-10 11:03:41 -0700
committerGitHub <noreply@github.com>2024-07-10 18:03:41 +0000
commit69afa8718f322cf2ef5f5cf5bcecb10f1122f490 (patch)
treef6f6039283ff2338eea0420988077bc8ee4fe111 /tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
parent26288cf2a97334e6d8e6697d0b858ad8582802b9 (diff)
chore: tweak warning message for un-run install scripts (#24508)
Previously when we printed out the packages that skipped install scripts, we didn't prefix them with `npm:`. When you pass `--allow-scripts` though, we require `npm:`, which means you can't just copy paste the package name from the warning message.
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out')
-rw-r--r--tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out b/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
index 86bdeaefe..c718e7c86 100644
--- a/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
+++ b/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out
@@ -4,6 +4,6 @@ Download http://localhost:4260/node-gyp
warning: Packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed.
This may cause the packages to not work correctly. To run them, use the `--allow-scripts` flag with `deno cache`
(e.g. `deno cache --allow-scripts=pkg1,pkg2 <entrypoint>`):
- @denotest/node-addon@1.0.0
+ npm:@denotest/node-addon@1.0.0
error: Uncaught (in promise) Error: Cannot find module './build/Release/node_addon'
[WILDCARD]