npmjs.com

How to uninstall global packages

To uninstall a global package,type:

npm uninstall -g <package>

To uninstall a package called jshint, you would type:

npm uninstall -g jshint

Last modified December 22, 2017           Found a typo? Send a pull request!

npm Services

Getting started

Private packages

Troubleshooting

Using npm

CLI commands

Configuring npm

View All On One Page