Reinstall all NPM dependencies
Reinstalls all dependencies by removing the node_modules folder and then reinstalling.
Authored by: himanshuCommand
Copy
rm -rf node_modules && npm install
Tags
Edit in GitHub
Copied
Reinstalls all dependencies by removing the node_modules folder and then reinstalling.
Authored by: himanshurm -rf node_modules && npm install