Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

delete local node modules folder

npx npkill
//This will list any node_modules directories in your system, 
//You can then select which ones you want to erase to free up space
rm -rf node_modules
//Run inside parent directory.The command will delete the content 
//of node_modules recursively
//then it will remove the node_modules folder too.
Source by sebhastian.com #
 
PREVIOUS NEXT
Tagged: #delete #local #node #modules #folder
ADD COMMENT
Topic
Name
2+1 =