Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created May 18, 2019 13:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tsh-code/059a7599f2e98e45ccf7d855f8cb7acc to your computer and use it in GitHub Desktop.
Save tsh-code/059a7599f2e98e45ccf7d855f8cb7acc to your computer and use it in GitHub Desktop.
Find largest modules
du -sh ./node_modules/* | sort -nr | grep '\dM.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment