ef7882db2365ae5b233804a91434fff3d0a0547e
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-rebuild.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-REBUILD" "3" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-rebuild\fR \-\- Rebuild a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.rebuild([packages,] callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This command runs the \fBnpm build\fR command on each of the matched packages\.  This is useful
18 when you install a new version of node, and must recompile all your C++ addons with
19 the new binary\. If no \'packages\' parameter is specify, every package will be rebuilt\.
20 .
21 .SH "CONFIGURATION"
22 See \fBnpm help build\fR