Uninstalling a globally installed NPM package is similar to the command for installing one:
01: npm uninstall -g <package-name>
Here we use uninstall
instead of install
.
Here is another article you might like 😊 "how to install different versions of NodeJS"