Answers for "how to uninstall nodemodules"

18

remove node modules command

rm -rf node_modules/
npm install
Posted by: Guest on August-20-2020
3

delete node module

npm uninstall node_module_name
Posted by: Guest on June-03-2020
0

how to uninstall nodemodules

install i -g npkill

npkill
Posted by: Guest on December-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language