Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

remove node_modules folder mac

Open your terminal.
Browse to your master project directory or the top level of where you have a bunch of projects stored.
Run the command: find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
 
PREVIOUS NEXT
Tagged: #remove #folder #mac
ADD COMMENT
Topic
Name
9+2 =