Skip to content

Instantly share code, notes, and snippets.

@ColinPeyrat
Created July 22, 2018 11:02
Show Gist options
  • Select an option

  • Save ColinPeyrat/5ef62f8245d3574d461a96d887b8c13b to your computer and use it in GitHub Desktop.

Select an option

Save ColinPeyrat/5ef62f8245d3574d461a96d887b8c13b to your computer and use it in GitHub Desktop.
Delete node_modules folder recursively
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment