node/deps/npm/man/man3/update.3
isaacs 61764613d1 npm 1.1.0-alpha-5
Fix #2186
First part of #2207
2011-12-01 21:12:17 +01:00

19 lines
479 B
Groff

.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-UPDATE" "3" "December 2011" "" ""
.
.SH "NAME"
\fBnpm-update\fR \-\- Update a package
.
.SH "SYNOPSIS"
.
.nf
npm\.commands\.update(packages, callback)
.
.fi
Updates a package, upgrading it to the latest version\. It also installs any missing packages\.
.
.P
The \'packages\' argument is an array of packages to update\. The \'callback\' parameter will be called when done or when an error occurs\.