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
.
Here is another article you might like 😊 HTML video autoplay not working | fix