]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/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 / cli / npm-rebuild.md
1 npm-rebuild(1) -- Rebuild a package
2 ===================================
3
4 ## SYNOPSIS
5
6     npm rebuild [<name> [<name> ...]]
7     npm rb [<name> [<name> ...]]
8
9 * `<name>`:
10   The package to rebuild
11
12 ## DESCRIPTION
13
14 This command runs the `npm build` command on the matched folders.  This is useful
15 when you install a new version of node, and must recompile all your C++ addons with
16 the new binary.
17
18 ## SEE ALSO
19
20 * npm-build(1)
21 * npm-install(1)