Reinstall all NPM dependencies

Reinstalls all dependencies by removing the node_modules folder and then reinstalling.

Authored by: himanshu
Brought to you by Warp, a free terminal reimagined to work like a modern app.

Command
Copy
rm -rf node_modules && npm install
Tags