The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man1 / update.1 @ d46ebffb

History | View | Annotate | Download (802 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-UPDATE" "1" "April 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 list
43
.
44
.IP "" 0
45