summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/rebuild.md
blob: 6985a7bdd7f36a261c0932d264a207d7d3c39e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
npm-rebuild(1) -- Rebuild a package
===================================

## SYNOPSIS

    npm rebuild [<name> [<name> ...]]

* `<name>`:
  The package to rebuild

## 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)