1NPM-REBUILD(1)                                                  NPM-REBUILD(1)
2
3
4

NAME

6       npm-rebuild - Rebuild a package
7
8   Synopsis
9         npm rebuild [[<@scope>/<name>]...]
10
11         alias: npm rb
12
13   Description
14       This  command  runs the npm build command on the matched folders.  This
15       is useful when you install a new version of node,  and  must  recompile
16       all your C++ addons with the new binary.
17
18   See Also
19       • npm help build
20
21       • npm help install
22
23
24
25
26                                  April 2021                    NPM-REBUILD(1)
Impressum