Answers for "should i delete package lock json from git"

1

remove package-lock.json from commit

# add it to the .gitignore and remove the file using the command as follow:
git rm --cached package-lock.json
Posted by: Guest on March-19-2021

Code answers related to "should i delete package lock json from git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language