diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-03 10:45:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 10:45:01 +0200 |
commit | bf7571a6f93659ef087ef529225642ce85e215d4 (patch) | |
tree | 189dd9ddbb150c45190f5c18a0e6a91ead099595 /tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out | |
parent | 3f6740ca52b938c5b792991d72b921c59cdda4d0 (diff) |
fix: make some warnings more standard (#25324)
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.out | 2 |
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 a6315b0ef..a462d3465 100644 --- a/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out +++ b/tests/specs/npm/lifecycle_scripts/node_gyp_not_run.out @@ -1,7 +1,7 @@ Download http://localhost:4260/@denotest/node-addon Download http://localhost:4260/node-gyp [WILDCARD] -warning: Packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed. +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` or `deno install` (e.g. `deno cache --allow-scripts=pkg1,pkg2 <entrypoint>` or `deno install --allow-scripts=pkg1,pkg2`): npm:@denotest/node-addon@1.0.0 |