Skip to content

Instantly share code, notes, and snippets.

@jangaraev
Created December 20, 2022 06:22
Show Gist options
  • Save jangaraev/08c89692040b7b6944b10bad580eb706 to your computer and use it in GitHub Desktop.
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
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