Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created August 3, 2019 10:29
Show Gist options
  • Save davidperezgar/d49e4c3f447b0a9f1299958b3b8fa951 to your computer and use it in GitHub Desktop.
Save davidperezgar/d49e4c3f447b0a9f1299958b3b8fa951 to your computer and use it in GitHub Desktop.
Clean Node modules folders
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