summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/cli-commands/npm-rebuild.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/cli-commands/npm-rebuild.md')
-rw-r--r--[-rwxr-xr-x]deps/npm/docs/content/cli-commands/npm-rebuild.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/deps/npm/docs/content/cli-commands/npm-rebuild.md b/deps/npm/docs/content/cli-commands/npm-rebuild.md
index aed9d4e897..414b9ca55a 100755..100644
--- a/deps/npm/docs/content/cli-commands/npm-rebuild.md
+++ b/deps/npm/docs/content/cli-commands/npm-rebuild.md
@@ -1,10 +1,10 @@
---
-section: cli-commands
+section: cli-commands
title: npm-rebuild
description: Rebuild a package
---
-# npm-rebuildd
+# npm-rebuild(1)
## Rebuild a package
@@ -18,9 +18,7 @@ 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.
+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