Answers for "delete node modules from the command line"

18

remove node modules command

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

how to uninstall nodemodules

install i -g npkill

npkill
Posted by: Guest on December-27-2020

Code answers related to "delete node modules from the command line"

Code answers related to "Javascript"

Browse Popular Code Answers by Language