npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-update.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-UPDATE" "1" "December 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-update\fR \-\- Update a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm update [\-g] [<name> [<name> \.\.\.]]
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This command will update all the packages listed to the latest version
18 (specified by the \fBtag\fR config)\.
19 .
20 .P
21 It will also install missing packages\.
22 .
23 .P
24 If the \fB\-g\fR flag is specified, this command will update globally installed packages\.
25 If no package name is specified, all packages in the specified location (global or local) will be updated\.
26 .
27 .SH "SEE ALSO"
28 .
29 .IP "\(bu" 4
30 npm help install
31 .
32 .IP "\(bu" 4
33 npm help outdated
34 .
35 .IP "\(bu" 4
36 npm help  registry
37 .
38 .IP "\(bu" 4
39 npm help  folders
40 .
41 .IP "\(bu" 4
42 npm help ls
43 .
44 .IP "" 0
45