]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-rebuild.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-rebuild.1
1 .TH "NPM\-REBUILD" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-rebuild\fR \- Rebuild a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm rebuild [<name> [<name> \.\.\.]]
9 npm rb [<name> [<name> \.\.\.]]
10 .fi
11 .RE
12 .RS 0
13 .IP \(bu 2
14 \fB<name>\fP:
15 The package to rebuild
16
17 .RE
18 .SH DESCRIPTION
19 .P
20 This command runs the \fBnpm build\fP command on the matched folders\.  This is useful
21 when you install a new version of node, and must recompile all your C++ addons with
22 the new binary\.
23 .SH SEE ALSO
24 .RS 0
25 .IP \(bu 2
26 npm help build
27 .IP \(bu 2
28 npm help install
29
30 .RE
31