Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package-lock.json in repo is not in sync with package.json #180

Open
ChALkeR opened this issue Jan 21, 2021 · 1 comment
Open

package-lock.json in repo is not in sync with package.json #180

ChALkeR opened this issue Jan 21, 2021 · 1 comment

Comments

@ChALkeR
Copy link

ChALkeR commented Jan 21, 2021

package-lock.json is out of date:

$ npm ci
npm ERR! cipm 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.
npm ERR! 
npm ERR! 
npm ERR! Invalid: lock file's react@15.6.2 does not satisfy react@^17.0.1
npm ERR! Invalid: lock file's react-dom@15.6.2 does not satisfy react-dom@^17.0.1
npm ERR!

Running npm install produces a large diff.

@landsman
Copy link

landsman commented Dec 3, 2021

upgraded: #184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants