]> gerrit.simantics Code Review - simantics/district.git/blob - npm-rebuild.3
e956548a8bc4373061f3291d0ded7063decc0a54
[simantics/district.git] / npm-rebuild.3
1 .TH "NPM\-REBUILD" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-rebuild\fR \- Rebuild a package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.rebuild([packages,] callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This command runs the \fBnpm build\fP command on each of the matched packages\.  This is useful
14 when you install a new version of node, and must recompile all your C++ addons with
15 the new binary\. If no 'packages' parameter is specify, every package will be rebuilt\.
16 .SH CONFIGURATION
17 .P
18 See \fBnpm help build\fP
19