docs
docs copied to clipboard
added command for update npm
trafficstars
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| docs | ✅ Ready (Inspect) | Visit Preview | Oct 28, 2022 at 2:12PM (UTC) |
npm install latest-version does not update your NPM to the latest version.
All that command does is installs the package named latest-version.
To update to the latest version of NPM you have to install it globally.
npm install --global npm@latest
ok
this command is not needed at the moment