Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rebuild.1 « man1 - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6cffaa292db3ee7bc1b76fcb93c35e0b866bfc8 (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/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-REBUILD" "1" "March 2011" "" ""
.
.SH "NAME"
\fBnpm-rebuild\fR \-\- Rebuild a package
.
.SH "SYNOPSIS"
.
.nf
npm rebuild [<name>[@<version>] [<name>[@<version>] \.\.\.]]
.
.fi
.
.IP "\(bu" 4
\fB<name>\fR:
The package to rebuild
.
.IP "\(bu" 4
\fB<version>\fR:
The version range to rebuild\.  Any matching installed packages are rebuilt\.
.
.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\.
.
.P
Regardless of the configuration settings, rebuild always sets \fBupdate\-dependents\fR
and \fBauto\-activate\fR to false, to minimize unexpected side effects\.  It does not
change any state outside of the package\'s folder\.
.
.SH "CONFIGURATION"
See \fBnpm help build\fR