Answers for "remove package-lock.json from commit"

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 "remove package-lock.json from commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language