Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux remove all node_modules folders

find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
Comment

PREVIOUS NEXT
Code Example
Shell :: npm version git working directory not clean 
Shell :: install git win terminal 
Shell :: time machine speed up 
Shell :: yarn version 
Shell :: powershell get folder size 
Shell :: prettier whole project 
Shell :: gdown download zip file 
Shell :: test smb connection linux 
Shell :: kill adb device or emulator 
Shell :: bash iterate over a list 
Shell :: sh check if program exists 
Shell :: npm install cli vue 
Shell :: cordova sqlite storage plugin android 11 
Shell :: autoclicker linux 
Shell :: how to generate ssh key in linux 
Shell :: git branch delete remote 
Shell :: geopandas is not installin 
Shell :: how to remove file changes in git 
Shell :: installing pytesseract in python linux 
Shell :: npm ganache 
Shell :: ubuntu 20.04 powerlevel10 vs code 
Shell :: create react app with npm not yarn 
Shell :: ubuntu install without suggested packages 
Shell :: fatal: could not lookup name for submodule 
Shell :: apache config directory 
Shell :: powershell 7 install 
Shell :: kali sources.list 
Shell :: reactjs capacitor init 
Shell :: cron logs 
Shell :: linux opened ports 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =