Is there a simple way to reinstall all packages that my app depends on (i.e. they are in my apps node_modules folder)?
The easiest way that I can see is delete node_modules folder and execute npm install.
node_modules
npm install
2.1m questions
2.1m answers
60 comments
57.0k users