Update a package
npm.commands.update(packages, callback)
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.