Closed icatalina closed 2 years ago
npm ci does not fail when package.json doesn't match package-lock.json
npm ci
package.json
package-lock.json
npm ci refuses to install when the lock file is invalid.
Current Behavior:
npm ci
does not fail whenpackage.json
doesn't matchpackage-lock.json
Expected Behavior:
npm ci
refuses to install when the lock file is invalid.Steps To Reproduce:
package.json
npm ci
npm@7
npm@6
Environment: