Skip to content

Instantly share code, notes, and snippets.

@lucasbento
Created February 25, 2017 13:41
Show Gist options
  • Save lucasbento/b2684e840efb804195582cec12bddde0 to your computer and use it in GitHub Desktop.
Save lucasbento/b2684e840efb804195582cec12bddde0 to your computer and use it in GitHub Desktop.
Remove all `node_modules` folders 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