Skip to content

Instantly share code, notes, and snippets.

@suissa
Created January 7, 2020 12:10
Show Gist options
  • Save suissa/e1530c7c6e5e67508b9700dac5e6f448 to your computer and use it in GitHub Desktop.
Save suissa/e1530c7c6e5e67508b9700dac5e6f448 to your computer and use it in GitHub Desktop.
liberar espaço hd node_modules
find . -name "node_modules" -type d -prune -print | xargs du -chs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment