Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 361 Bytes

File metadata and controls

18 lines (12 loc) · 361 Bytes

How to uninstall global packages

<iframe src="https://www.youtube.com/embed/XbvjZxUZJGg" frameborder="0" allowfullscreen></iframe>

To uninstall a global package,type:

npm uninstall -g <package>

To uninstall a package called jshint, you would type:

npm uninstall -g jshint