node/deps/npm/man/man1/npm-rebuild.1

32 lines
538 B
Groff
Raw Normal View History

.TH "NPM\-REBUILD" "1" "May 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 rebuild [<name> [<name> \.\.\.]]
2013-09-06 08:13:50 +08:00
npm rb [<name> [<name> \.\.\.]]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.RS 0
.IP \(bu 2
\fB<name>\fR:
The package to rebuild
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
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\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help build
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help install
2014-09-25 05:41:07 +08:00
.RE