Skip to content

Instantly share code, notes, and snippets.

@lauborges
Last active February 23, 2018 00:22
Show Gist options
  • Save lauborges/eccb900c0ba4d85ae18d17a1e5389fa8 to your computer and use it in GitHub Desktop.
Save lauborges/eccb900c0ba4d85ae18d17a1e5389fa8 to your computer and use it in GitHub Desktop.
Remove ll node_modules folders
find . -name "node_modules" -type d -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment