2012-08-06 13:07:31 -07:00
|
|
|
.\" Generated with Ronnjs 0.3.8
|
2011-11-26 09:21:03 -08:00
|
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
|
|
.
|
2014-07-31 09:05:30 -07:00
|
|
|
.TH "NPM\-UPDATE" "1" "July 2014" "" ""
|
2011-11-26 09:21:03 -08:00
|
|
|
.
|
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-update\fR \-\- Update a package
|
|
|
|
.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.
|
|
|
|
.nf
|
2013-02-15 10:49:16 -08:00
|
|
|
npm update [\-g] [<name> [<name> \.\.\.]]
|
2011-11-26 09:21:03 -08:00
|
|
|
.
|
|
|
|
.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\.
|
|
|
|
.
|
2013-02-15 10:49:16 -08:00
|
|
|
.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\.
|
|
|
|
.
|
2011-11-26 09:21:03 -08:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
.
|
|
|
|
.IP "\(bu" 4
|
|
|
|
npm help install
|
|
|
|
.
|
|
|
|
.IP "\(bu" 4
|
|
|
|
npm help outdated
|
|
|
|
.
|
|
|
|
.IP "\(bu" 4
|
2013-07-12 08:55:57 -07:00
|
|
|
npm help registry
|
2011-11-26 09:21:03 -08:00
|
|
|
.
|
|
|
|
.IP "\(bu" 4
|
2013-07-12 08:55:57 -07:00
|
|
|
npm help folders
|
2011-11-26 09:21:03 -08:00
|
|
|
.
|
|
|
|
.IP "\(bu" 4
|
2013-07-24 13:23:44 -07:00
|
|
|
npm help ls
|
2011-11-26 09:21:03 -08:00
|
|
|
.
|
|
|
|
.IP "" 0
|
|
|
|
|