Answers for "node_modules delete all"

-1

delete all node module

npx npmkill
//hit space bar to confirm
Posted by: Guest on April-03-2021
0

delete node_modules

rm -r node_modules
// run this from git bash
Posted by: Guest on March-31-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language