Answers for "how to remove node modules using command"

18

remove node modules command

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

delete node modules

npkill
// then press space key
Posted by: Guest on March-29-2021
0

how to uninstall nodemodules

install i -g npkill

npkill
Posted by: Guest on December-27-2020

Code answers related to "how to remove node modules using command"

Code answers related to "Javascript"

Browse Popular Code Answers by Language