Answers for "should i commit package-lock.json if package json is updated"

7

how to generate package-lock.json from package.json

Have you deleted package-lock.json file? don't worry 
Run below command to generate package-lock.json file in your folder.

npm i --package-lock-only
Posted by: Guest on April-28-2021

Code answers related to "should i commit package-lock.json if package json is updated"

Code answers related to "Javascript"

Browse Popular Code Answers by Language