Created
December 20, 2022 06:22
-
-
Save jangaraev/08c89692040b7b6944b10bad580eb706 to your computer and use it in GitHub Desktop.
Lists packages in node modules and shows their size sorted from higher to lower
This file contains hidden or 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