Skip to content

Instantly share code, notes, and snippets.

@futuregraph
Created April 3, 2017 23:13
Show Gist options
  • Select an option

  • Save futuregraph/77d69f7295aa8f881e595205453dd50e to your computer and use it in GitHub Desktop.

Select an option

Save futuregraph/77d69f7295aa8f881e595205453dd50e to your computer and use it in GitHub Desktop.
remove all node_modules recursively
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