SimonAlling / better-sweclockers

Better SweClockers
MIT License
11 stars 4 forks source link

Update npm lockfile to version 2 #231

Closed SimonAlling closed 2 years ago

SimonAlling commented 2 years ago

I did this:

$ npm --version
8.11.0
$ npm install --package-lock-only

This resolves the old lockfile warning emitted by npm ci:

npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile

💡 git show --stat