mirror of https://github.com/nodejs/node.git
37 lines
598 B
Groff
37 lines
598 B
Groff
|
.\" Generated with Ronnjs/v0.1
|
||
|
.\" http://github.com/kapouer/ronnjs/
|
||
|
.
|
||
|
.TH "NPM\-REBUILD" "1" "November 2011" "" ""
|
||
|
.
|
||
|
.SH "NAME"
|
||
|
\fBnpm-rebuild\fR \-\- Rebuild a package
|
||
|
.
|
||
|
.SH "SYNOPSIS"
|
||
|
.
|
||
|
.nf
|
||
|
npm rebuild [<name> [<name> \.\.\.]]
|
||
|
.
|
||
|
.fi
|
||
|
.
|
||
|
.IP "\(bu" 4
|
||
|
\fB<name>\fR:
|
||
|
The package to rebuild
|
||
|
.
|
||
|
.IP "" 0
|
||
|
.
|
||
|
.SH "DESCRIPTION"
|
||
|
This command runs the \fBnpm build\fR command on the matched folders\. This is useful
|
||
|
when you install a new version of node, and must recompile all your C++ addons with
|
||
|
the new binary\.
|
||
|
.
|
||
|
.SH "SEE ALSO"
|
||
|
.
|
||
|
.IP "\(bu" 4
|
||
|
npm help build
|
||
|
.
|
||
|
.IP "\(bu" 4
|
||
|
npm help install
|
||
|
.
|
||
|
.IP "" 0
|
||
|
|