2ea12165991acce2f4e4bcebeddaf6716098585a
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-rebuild.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-REBUILD" "1" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-rebuild\fR \-\- Rebuild a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm rebuild [<name> [<name> \.\.\.]]
13 npm rb [<name> [<name> \.\.\.]]
14 .
15 .fi
16 .
17 .IP "\(bu" 4
18 \fB<name>\fR:
19 The package to rebuild
20 .
21 .IP "" 0
22 .
23 .SH "DESCRIPTION"
24 This command runs the \fBnpm build\fR command on the matched folders\.  This is useful
25 when you install a new version of node, and must recompile all your C++ addons with
26 the new binary\.
27 .
28 .SH "SEE ALSO"
29 .
30 .IP "\(bu" 4
31 npm help build
32 .
33 .IP "\(bu" 4
34 npm help install
35 .
36 .IP "" 0
37