Skip to content

Commit

Permalink
Fix sync issue with npm lock-file
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
jaylinski committed Oct 16, 2022
1 parent 30dbf04 commit 075b354
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 075b354

Please sign in to comment.