This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
package-lock.json modified by npm install
#857
Labels
npm install
#857
When I run
npm install
(node 9.2.1, npm 5.6.0) it modifiespackage-lock.json
which is under version control. This makes it annoying to pull new updates. Is it necessary to include this file alongsidepackage.json
? Or is there another way to fix this?Current npm behavior described here: npm/npm#17979 (comment)
The text was updated successfully, but these errors were encountered: