]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-update.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-update.md
1 npm-update(3) -- Update a package
2 =================================
3
4 ## SYNOPSIS
5
6     npm.commands.update(packages, callback)
7
8 # DESCRIPTION
9
10 Updates a package, upgrading it to the latest version. It also installs any
11 missing packages.
12
13 The `packages` argument is an array of packages to update. The `callback`
14 parameter will be called when done or when an error occurs.
15
16 ## SEE ALSO
17
18 * npm-update(1)