Created
May 18, 2019 13:55
-
-
Save tsh-code/059a7599f2e98e45ccf7d855f8cb7acc to your computer and use it in GitHub Desktop.
Find largest modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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