We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6126d83 commit 57ef88bCopy full SHA for 57ef88b
1 file changed
general/npm/readme.md
@@ -22,3 +22,7 @@ forces update pac to latest version and will be saved in package.json (and lock)
22
## `npm outdated`
23
24
overview of outdated packages
25
+
26
+## update npm or other global package to the latest version
27
28
+`npm i npm@latest -g` or `npm i npm@latest -g`
0 commit comments