summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/warns_again_on_install.out
blob: fe7eedc564de1d05d20820b44c4fbf314eccc20d (plain)
1
2
3
4
5
6
Warning The following packages contained npm lifecycle scripts (preinstall/install/postinstall) that were not executed:
┠─ npm:@denotest/node-lifecycle-scripts@1.0.0
┃
┠─ This may cause the packages to not work correctly.
┖─ To run lifecycle scripts, use the `--allow-scripts` flag with `deno install`:
   deno install --allow-scripts=npm:@denotest/node-lifecycle-scripts@1.0.0