Skip to content

Instantly share code, notes, and snippets.

@agrublev
Created June 4, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agrublev/de1d4df6a6c265703018da2d5a5bef46 to your computer and use it in GitHub Desktop.
Save agrublev/de1d4df6a6c265703018da2d5a5bef46 to your computer and use it in GitHub Desktop.
Clean all node modules
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