github delete package-lock.json code example
Example: 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
# add it to the .gitignore and remove the file using the command as follow:
git rm --cached package-lock.json