summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/all_lifecycles_not_run_global.out
blob: 1b06bccb8a15ce561e40d6085e9be89c45285292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[UNORDERED_START]
Download http://localhost:4260/@denotest%2fnode-lifecycle-scripts
Download http://localhost:4260/@denotest%2fbin
Download http://localhost:4260/@denotest/node-lifecycle-scripts/1.0.0.tgz
Download http://localhost:4260/@denotest/bin/1.0.0.tgz
[UNORDERED_END]
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.
┠─ Lifecycle scripts are only supported when using a `node_modules` directory.
┠─ Enable it in your deno config file:
┖─ "nodeModulesDir": "auto"