Skip to content

Instantly share code, notes, and snippets.

@ajhsu
Created July 11, 2018 05:13
Show Gist options
  • Select an option

  • Save ajhsu/ab339c9e1033bfa1ddb19f91489800b7 to your computer and use it in GitHub Desktop.

Select an option

Save ajhsu/ab339c9e1033bfa1ddb19f91489800b7 to your computer and use it in GitHub Desktop.
Remove node_modules folders recursively
find . -name "nodemodules" -type d -prune -exec rm -rf '{}' +
@ajhsu
Copy link
Copy Markdown
Author

ajhsu commented Jul 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment