Answers for "clean node modules"

18

remove node modules command

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

how to clear node modules folder from your computer

// Use the command 'npx npkill'
// This will show you all the locations of each node modules folder
// And allow you to delete it directly from the command line
Posted by: Guest on October-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language