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

npm install a package globally

Sep 04 2022December 9, 2022

Run the below command to install a npm package globally:

npm install -g <package name>

Example:

npm install -g npm-check-updates

Related Posts:

  • Update all npm packages to latest
  • Difference between tilde(~) and caret(^) in package.json
  • Install dotnet 7 on Ubuntu
  • How to update Nginx on Ubuntu
  • How to unset git config key
Sep 04 2022December 9, 2022

© 2023 Studyraft