summaryrefslogtreecommitdiff
path: root/deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log')
-rw-r--r--deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log b/deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log
new file mode 100644
index 0000000000..078b12da87
--- /dev/null
+++ b/deps/npm/test/npm_cache/_logs/2019-01-18T17_41_39_719Z-debug.log
@@ -0,0 +1,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 ]