Is there an existing issue for this?
Describe the bug
Running npm ci currently fails in CI with the following error:
npm error `npm ci` can only install packages when your package.json and package-lock.json are in sync.
Please update your lock file with `npm install` before continuing.
This happens because the package-lock.json is missing several dependencies listed in package.json (e.g. husky, lint-staged)
Expected behavior
npm ci should complete successfully without dependency mismatches.
Add ScreenShots
No response
What browsers are you seeing the problem on?
No response
Record
Is there an existing issue for this?
Describe the bug
Running
npm cicurrently fails in CI with the following error:This happens because the
package-lock.jsonis missing several dependencies listed inpackage.json(e.g.husky,lint-staged)Expected behavior
npm cishould complete successfully without dependency mismatches.Add ScreenShots
No response
What browsers are you seeing the problem on?
No response
Record