summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log
blob: 078b12da87fd781f8df758727109659beb13a51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli   '/Users/zkat/Documents/code/work/npm/bin/npm-cli.js',
1 verbose cli   'ci',
1 verbose cli   '--registry',
1 verbose cli   'http://localhost:1337',
1 verbose cli   '--loglevel',
1 verbose cli   'warn' ]
2 info using npm@6.6.0
3 info using node@v11.6.0
4 verbose npm-session ebc502d2075f4b06
5 info prepare initializing installer
6 verbose prepare starting workers
7 verbose prepare installation prefix: /Users/zkat/Documents/code/work/npm/test/tap/ci
8 verbose checkLock verifying package-lock data
9 verbose teardown shutting down workers.
10 info teardown Done in 0s
11 verbose stack Error: cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.
11 verbose stack     at Installer.checkLock (/Users/zkat/Documents/code/work/npm/node_modules/libcipm/index.js:184:9)
11 verbose stack     at then.then.then.stat (/Users/zkat/Documents/code/work/npm/node_modules/libcipm/index.js:158:16)
12 verbose cwd /Users/zkat/Documents/code/work/npm/test/tap/ci
13 verbose Darwin 18.0.0
14 verbose argv "/usr/local/bin/node" "/Users/zkat/Documents/code/work/npm/bin/npm-cli.js" "ci" "--registry" "http://localhost:1337" "--loglevel" "warn"
15 verbose node v11.6.0
16 verbose npm  v6.6.0
17 error cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.
18 verbose exit [ 1, true ]