Welcome to mirror list, hosted at ThFree Co, Russian Federation.

npm-rebuild.md « cli « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 437737d9f4b5631e084692c7c7fbe07cf2d75510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)