node/deps/npm/man/man1/npm-update.1

46 lines
806 B
Groff
Raw Normal View History

2012-08-07 04:07:31 +08:00
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
2013-09-06 08:13:50 +08:00
.TH "NPM\-UPDATE" "1" "September 2013" "" ""
.
.SH "NAME"
\fBnpm-update\fR \-\- Update a package
.
.SH "SYNOPSIS"
.
.nf
2013-02-16 02:49:16 +08:00
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\.
.
2013-02-16 02: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\.
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
npm help install
.
.IP "\(bu" 4
npm help outdated
.
.IP "\(bu" 4
2013-07-12 23:55:57 +08:00
npm help registry
.
.IP "\(bu" 4
2013-07-12 23:55:57 +08:00
npm help folders
.
.IP "\(bu" 4
2013-07-25 04:23:44 +08:00
npm help ls
.
.IP "" 0