EDDYMENS

How To Uninstall A Global Npm Package

Uninstalling a globally installed NPM [↗] package is similar to the command for installing one:

$ npm uninstall -g <package-name>

Here we use uninstall instead of install.