Files
npm/doc/api/update.md
isaacs 5021c4dca8 folder structure change
doc/{cli,api}
man/{man1,man3}
2011-08-22 19:05:40 -07:00

370 B

npm-update(3) -- Update a package

SYNOPSIS

npm.commands.update(packages, callback)

DESCRIPTION

Updates a package, upgrading it to the latest version. It also installs any missing packages.

The 'packages' argument is an array of packages to update. The 'callback' parameter will be called when done or when an error occurs.