Skip to main content

Command Palette

Search for a command to run...

Delete node_modules folder recursively from a specified path on MAC

Updated
1 min read

find . -name "node_modules" -exec rm -rf '{}' +