]> 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-rebuild.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-rebuild.md
1 npm-rebuild(3) -- Rebuild a package
2 ===================================
3
4 ## SYNOPSIS
5
6     npm.commands.rebuild([packages,] callback)
7
8 ## DESCRIPTION
9
10 This command runs the `npm build` command on each of the matched packages.  This is useful
11 when you install a new version of node, and must recompile all your C++ addons with
12 the new binary. If no 'packages' parameter is specify, every package will be rebuilt.
13
14 ## CONFIGURATION
15
16 See `npm help build`