summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-rebuild.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/doc/cli/npm-rebuild.md')
-rw-r--r--deps/node/deps/npm/doc/cli/npm-rebuild.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/deps/node/deps/npm/doc/cli/npm-rebuild.md b/deps/node/deps/npm/doc/cli/npm-rebuild.md
deleted file mode 100644
index 437737d9..00000000
--- a/deps/node/deps/npm/doc/cli/npm-rebuild.md
+++ /dev/null
@@ -1,19 +0,0 @@
-npm-rebuild(1) -- Rebuild a package
-===================================
-
-## SYNOPSIS
-
- npm rebuild [[<@scope>/<name>]...]
-
- alias: npm rb
-
-## DESCRIPTION
-
-This command runs the `npm build` 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.
-
-## SEE ALSO
-
-* npm-build(1)
-* npm-install(1)