]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-rebuild.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-rebuild.3
1 .TH "NPM\-REBUILD" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-rebuild\fR \- Rebuild a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.rebuild([packages,] callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This command runs the \fBnpm build\fP command on each of the matched packages\.  This is useful
14 when you install a new version of node, and must recompile all your C++ addons with
15 the new binary\. If no 'packages' parameter is specify, every package will be rebuilt\.
16 .SH CONFIGURATION
17 .P
18 See \fBnpm help build\fP
19