node/deps/npm/man/man3/npm-rebuild.3

20 lines
508 B
Groff
Raw Normal View History

.TH "NPM\-REBUILD" "3" "February 2015" "" ""
.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
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
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
See \fBnpm help build\fR
2014-09-25 05:41:07 +08:00