Skip to content

Instantly share code, notes, and snippets.

@danilogco
Created September 28, 2023 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danilogco/0d91ac316251626bbc9fa177843c0fa2 to your computer and use it in GitHub Desktop.
Save danilogco/0d91ac316251626bbc9fa177843c0fa2 to your computer and use it in GitHub Desktop.
Delete all node installed global libraries
npm ls -gp --depth=0 | awk -F/ '/node_modules/ && !/\/npm$/ {print $NF}' | xargs npm -g rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment