Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Created September 6, 2014 05:31
Show Gist options
  • Select an option

  • Save ymxmore/3797f6785f632cf6c201 to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/3797f6785f632cf6c201 to your computer and use it in GitHub Desktop.
npm ls -gp | awk -F/ '/node_modules/ && !/node_modules.*node_modules/ {print $NF}' | xargs npm -g rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment