Run the below command to uninstall a npm package installed globally:
npm uninstall -g <package name>
Example:
npm uninstall -g npm-check-updates
Run the below command to uninstall a npm package installed globally:
npm uninstall -g <package name>
Example:
npm uninstall -g npm-check-updates