From 4a3ccd8938f03d308952dbfedb654392ee8e6f31 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 19 Mar 2020 12:53:27 -0400 Subject: deps: update npm to 6.14.3 PR-URL: https://github.com/nodejs/node/pull/32368 Refs: https://github.com/nodejs/node/issues/32296 Reviewed-By: Bradley Farias Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- deps/npm/docs/public/cli-commands/npm-update/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'deps/npm/docs/public/cli-commands/npm-update') diff --git a/deps/npm/docs/public/cli-commands/npm-update/index.html b/deps/npm/docs/public/cli-commands/npm-update/index.html index 2f81638b91d..19e83c6baf5 100644 --- a/deps/npm/docs/public/cli-commands/npm-update/index.html +++ b/deps/npm/docs/public/cli-commands/npm-update/index.html @@ -74,7 +74,7 @@ } } }) -

npm update

+

npm update

Update a package

Synopsis

npm update [-g] [<pkg>...]
@@ -148,17 +148,18 @@ version that satisfies ^0.4.0 (Updating Globally-Installed Packages
 

npm update -g will apply the update action to each globally installed package that is outdated -- that is, has a version that is different from -latest.

+wanted.

+

Note: Globally installed packages are treated as if they are installed with a caret semver range specified. So if you require to update to latest you may need to run npm install -g [<pkg>...]

NOTE: If a package has been upgraded to a version newer than latest, it will be downgraded.

See Also

👀 Found a typo? Let us know!

The current stable version of npm is here. To upgrade, run: npm install npm@latest -g

To report bugs or submit feature requests for the docs, please post here. Submit npm issues here.

\ No newline at end of file +
\ No newline at end of file -- cgit v1.2.3