docs icon indicating copy to clipboard operation
docs copied to clipboard

added command for update npm

Open Dnyaneshvn opened this issue 3 years ago • 3 comments
trafficstars

Dnyaneshvn avatar Oct 02 '22 06:10 Dnyaneshvn

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)

vercel[bot] avatar Oct 02 '22 06:10 vercel[bot]

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

thinkverse avatar Oct 02 '22 21:10 thinkverse

ok

Dnyaneshvn avatar Oct 03 '22 03:10 Dnyaneshvn

this command is not needed at the moment

FrancescoXX avatar Jun 22 '23 04:06 FrancescoXX