Upgrade `package-lock.json` file from version 1 into version 2
zainfathoni opened this issue · 0 comments
zainfathoni commented
References
- https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#lockfileversion
- https://www.abrahamberg.com/blog/npm-package-json-lock-version-1-or-2/
- https://stackoverflow.com/a/64820435/3187014
Further context
Btw, I've merged my current branch with the latest upstream branch last night. But, after I run npm run setup
, I got a warning like this
After that, my package-lock.json
has a lot of changes like this. Currently, I'm not commit these changes.
Is this OK mas @zainfathoni ?
NodeJS and NPM versions I'm using
❯ node -v
v16.13.1
❯ npm -v
8.1.2
Originally posted by @guntoroyk in #45 (comment)