summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-rebuild.1
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2019-11-05 14:55:08 -0500
committerRich Trott <rtrott@gmail.com>2019-11-09 20:13:43 -0800
commit4b97c3addb246274cd7e8432edd537e0bdf60b63 (patch)
tree9f859239c3b38b04ddc58ee736bf6b2caf6008a5 /deps/npm/man/man1/npm-rebuild.1
parent5f9794ea9aaaf5597974a65460e1f3069f68475f (diff)
downloadnode-new-4b97c3addb246274cd7e8432edd537e0bdf60b63.tar.gz
deps: update npm to 6.13.0
PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/man/man1/npm-rebuild.1')
-rw-r--r--deps/npm/man/man1/npm-rebuild.116
1 files changed, 8 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-rebuild.1 b/deps/npm/man/man1/npm-rebuild.1
index 2524e48ff7..e0b0975d17 100644
--- a/deps/npm/man/man1/npm-rebuild.1
+++ b/deps/npm/man/man1/npm-rebuild.1
@@ -1,7 +1,8 @@
-.TH "NPM\-REBUILD" "1" "October 2019" "" ""
+.TH "NPM\-REBUILDD" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-rebuild\fR \- Rebuild a package
-.SH SYNOPSIS
+\fBnpm-rebuildd\fR
+.SH Rebuild a package
+.SS Synopsis
.P
.RS 2
.nf
@@ -10,17 +11,16 @@ npm rebuild [[<@scope>/<name>]\.\.\.]
alias: npm rb
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This command runs the \fBnpm build\fP 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
+.SS See Also
.RS 0
.IP \(bu 2
-npm help build
+npm help npm\-build
.IP \(bu 2
-npm help install
+npm help npm\-install
.RE
-