how to remove package lock json
How do you fix a package lock?Update the master branch with the latest changes: git checkout master git pull.Merge your feature branch into master : git merge mybranch.Open your editor (e.g. VSCode) and:Install packages,which will re-generate package