Skip to content

Instantly share code, notes, and snippets.

@gouravsood
Forked from willis7/clean-node.sh
Created August 19, 2018 06:28
Show Gist options
  • Save gouravsood/2d1d48805601eb4d1f81a38e2e9dba62 to your computer and use it in GitHub Desktop.
Save gouravsood/2d1d48805601eb4d1f81a38e2e9dba62 to your computer and use it in GitHub Desktop.
Delete all node_modules folders recursively on Mac
find . -name "node_modules" -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment