Last active
September 16, 2016 13:11
-
-
Save ctkdev/b6f774f27cfa76e06219c363471add99 to your computer and use it in GitHub Desktop.
uninstall global npm package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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