Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mac delete node_modules

rm -Rf node_modules
Comment

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 '{}' +
Comment

PREVIOUS NEXT
Code Example
Shell :: set kubernetes alias 
Shell :: aws credentials file location ubuntu 
Shell :: how to send desktop notification in ubuntu 
Shell :: Yarn .gitignore for not Zero Installs 
Shell :: kubernetes combine logs all replicas 
Shell :: linux shell script print environment variables 
Shell :: net user administrator active yes 
Shell :: linux create public key 
Shell :: get powershell version 
Shell :: bash flatten directory 
Shell :: certutil md5 windows 
Shell :: see all ADS in a file 
Shell :: load new etc rules 
Shell :: Error relocating /usr/bin/curl 
Shell :: linkedin video downloader terminal 
Shell :: git unsafe repository is owned by someone else 
Shell :: how to check prime number in shell script 
Shell :: install helm 
Shell :: git config --global remove 
Shell :: how to uninstall vscode from terminal ubuntu 
Shell :: flutter doctor --android-licenses java error 
Shell :: pm2 next /usr/bin/yarn: line 3: /bin: Is a directory 
Shell :: linu xcreate folder link 
Shell :: trash folder linux 
Shell :: show detail all changes in a git log 
Shell :: remove files inside .gitignore files 
Shell :: verify elementary os iso image 
Shell :: shell count number of lines 
Shell :: qcow2 to vdi 
Shell :: do a chechsum verification from command prompt 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =