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

Fix sync issue with npm lock-file #1899

Merged
merged 1 commit into from Oct 16, 2022
Merged

Fix sync issue with npm lock-file #1899

merged 1 commit into from Oct 16, 2022

Conversation

jaylinski
Copy link
Member

Fixes the following error on npm >= 7:

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.
npm ERR!
npm ERR! Invalid: lock file's acorn@5.7.4 does not satisfy acorn@7.4.1
npm ERR! Missing: acorn@5.7.4 from lock file

```
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.
npm ERR!
npm ERR! Invalid: lock file's acorn@5.7.4 does not satisfy acorn@7.4.1
npm ERR! Missing: acorn@5.7.4 from lock file
```
@jaylinski jaylinski changed the title Fix sync issue with lock-file sync Fix sync issue with npm lock-file Oct 16, 2022
@jaylinski jaylinski merged commit 075b354 into 4.x Oct 16, 2022
13 checks passed
@jaylinski jaylinski deleted the fix-lock-file-sync branch October 16, 2022 19:55
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

Successfully merging this pull request may close these issues.

None yet

1 participant