summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-rebuild.1
blob: cfd40ae09adb7d6d6bb9f63fb3fb5377a0f74173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-REBUILD" "1" "March 2014" "" ""
.
.SH "NAME"
\fBnpm-rebuild\fR \-\- Rebuild a package
.
.SH "SYNOPSIS"
.
.nf
npm rebuild [<name> [<name> \.\.\.]]
npm rb [<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