Answers for "tool to remove all build and node_modules"

22

clean npm installed node_modules folder

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

delete all node module

npx rimraf ./**/node_modules
Posted by: Guest on April-03-2021

Code answers related to "tool to remove all build and node_modules"

Code answers related to "Javascript"

Browse Popular Code Answers by Language