mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 19:31:09 +00:00

* Check SHA before using files from cache * adduser: allow change of the saved password * Make `npm install` respect `config.unicode` * Fix lifecycle to pass `Infinity` for config env value * Don't return 0 exit code on invalid command * cache: Handle 404s and other HTTP errors as errors * bump tap dep, make tests stderr a bit quieter * Resolve ~ in path configs to env.HOME * Include npm version in default user-agent conf * npm init: Use ISC as default license, use save-prefix for deps * Many test and doc fixes
46 lines
800 B
Groff
46 lines
800 B
Groff
.\" Generated with Ronnjs 0.3.8
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
.
|
|
.TH "NPM\-UPDATE" "1" "May 2014" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBnpm-update\fR \-\- Update a package
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
npm update [\-g] [<name> [<name> \.\.\.]]
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
This command will update all the packages listed to the latest version
|
|
(specified by the \fBtag\fR config)\.
|
|
.
|
|
.P
|
|
It will also install missing packages\.
|
|
.
|
|
.P
|
|
If the \fB\-g\fR flag is specified, this command will update globally installed packages\.
|
|
If no package name is specified, all packages in the specified location (global or local) will be updated\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help install
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help outdated
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help registry
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help folders
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help ls
|
|
.
|
|
.IP "" 0
|
|
|