Npm

From miki
Revision as of 23:08, 31 October 2021 by Mip (talk | contribs) (Created page with "Npm is Node Package Manager, a tool to install Node.js package. == References == * https://www.npmjs.com/ == Quickstart == <source lang="bash"> # Upgrade sudo npm instal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Npm is Node Package Manager, a tool to install Node.js package.

References

Quickstart

# Upgrade
sudo npm install -g npm