Try to delete node_modules folder, close all editors that are opening the project(Visual Studio, Visual Studio Code, Atom, etc).
Then run npm install again
This issue is because those lock the package.json files.
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Try to delete node_modules folder, close all editors that are opening the project(Visual Studio, Visual Studio Code, Atom, etc).
Then run npm install again
This issue is because those lock the package.json files.