You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smoke-tests/tap-snapshots/test/index.js.test.cjs
+25-25
Original file line number
Diff line number
Diff line change
@@ -43,31 +43,31 @@ npm {NPM}
43
43
`
44
44
45
45
exports[`test/index.js TAP basic npm ci > should throw mismatch deps in lock file error 1`]=`
46
-
npm ERR! code EUSAGE
47
-
npm ERR!
48
-
npm ERR! \`npm ci\` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with \`npm install\` before continuing.
49
-
npm ERR!
50
-
npm ERR! Invalid: lock file's abbrev@1.0.4 does not satisfy abbrev@1.1.1
npm ERR! A complete log of this run can be found in: {NPM}/{TESTDIR}/cache/_logs/{LOG}
46
+
npm error code EUSAGE
47
+
npm error
48
+
npm error \`npm ci\` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with \`npm install\` before continuing.
49
+
npm error
50
+
npm error Invalid: lock file's abbrev@1.0.4 does not satisfy abbrev@1.1.1
0 commit comments