Skip to content

Instantly share code, notes, and snippets.

@ctkdev
Last active September 16, 2016 13:11
Show Gist options
  • Select an option

  • Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.

Select an option

Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.
uninstall global npm package
npm uninstall <package_name> -g
or
npm uninstall <package_name> --global
e.g.
npm uninstall angular-cli -g
Then Clear the Cache:
npm cache clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment