Skip to content

Instantly share code, notes, and snippets.

@lopesivan
Created March 30, 2014 13:20
Show Gist options
  • Save lopesivan/9f80c851970459273fc3 to your computer and use it in GitHub Desktop.
Save lopesivan/9f80c851970459273fc3 to your computer and use it in GitHub Desktop.
npm ls -g -p | grep -v node_modules.*node_modules | awk -F/node_modules/ '{print $2}' | grep -vE '^(npm|)$' | xargs npm -g rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment