Skip to content
Studyraft
Menu
  • About
  • Contact Us
  • Privacy Policy

npm uninstall global package

Sep 04 2022December 9, 2022

Run the below command to uninstall a npm package installed globally:

npm uninstall -g <package name>

Example:

npm uninstall -g npm-check-updates

Related Posts:

  • How to unset git config key
  • Install dotnet 7 on Ubuntu
  • Update all npm packages to latest
  • Fix for Make sure you configure your "user.name" and "user.email" in git
  • npm install a package globally
Sep 04 2022December 9, 2022

© 2025 Studyraft