Reinstall all NPM dependencies
Reinstalls all dependencies by removing the node_modules folder and then reinstalling.
Authored by: himanshuBrought to you by Warp, a free terminal reimagined to work like a modern app.
Command
Copy
rm -rf node_modules && npm install
Tags
Edit in GitHub
Copied