Answers for "windows delete all node_modules in directory"

2

delete node_modules

rm -rf node_modules/
yarn install
Posted by: Guest on February-27-2021
-1

delete all node module

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

Code answers related to "windows delete all node_modules in directory"

Code answers related to "Javascript"

Browse Popular Code Answers by Language