Home
Commands
Reinstall node_modules
Reinstall node_modules
npm/yarn
rm -rf node_modules package-lock.json && npm install
Copy command
Destructive