How do you reinstall an app’s dependencies using npm? September 13, 2022 by Tarik The easiest way that I can see is delete node_modules folder and execute npm install.