Answers for "i accidentally pushed package-lock.json, how do i undo"

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 "i accidentally pushed package-lock.json, how do i undo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language