2015-02-06 17:14:25 +08:00
|
|
|
.TH "NPM\-REBUILD" "3" "February 2015" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.SH "NAME"
|
2014-09-25 05:41:07 +08:00
|
|
|
\fBnpm-rebuild\fR \- Rebuild a package
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
2014-11-05 07:08:12 +08:00
|
|
|
.nf
|
2011-11-27 01:21:03 +08:00
|
|
|
npm\.commands\.rebuild([packages,] callback)
|
2014-11-05 07:08:12 +08:00
|
|
|
.fi
|
2014-09-25 05:41:07 +08:00
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2011-11-27 01:21:03 +08:00
|
|
|
This command runs the \fBnpm build\fR command on each of the matched packages\. This is useful
|
|
|
|
when you install a new version of node, and must recompile all your C++ addons with
|
2014-09-25 05:41:07 +08:00
|
|
|
the new binary\. If no 'packages' parameter is specify, every package will be rebuilt\.
|
|
|
|
.SH CONFIGURATION
|
|
|
|
.P
|
2011-11-27 01:21:03 +08:00
|
|
|
See \fBnpm help build\fR
|
2014-09-25 05:41:07 +08:00
|
|
|
|