Skip to content

Instantly share code, notes, and snippets.

@jonathborg
Last active July 23, 2020 19:18
Show Gist options
  • Save jonathborg/7e5f49688d0dff2b5e25ac6b6a1a432d to your computer and use it in GitHub Desktop.
Save jonathborg/7e5f49688d0dff2b5e25ac6b6a1a432d to your computer and use it in GitHub Desktop.
sudo find . -name "node_modules" -type d -prune | xargs du -chs
sudo 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