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

NAME

6       npm-rebuild - Rebuild a package
7

SYNOPSIS

9         npm rebuild [[<@scope>/<name>]...]
10
11         alias: npm rb
12

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

SEE ALSO

19       · npm help build
20
21       · npm help install
22
23
24
25
26
27                                  April 2019                    NPM-REBUILD(1)
Impressum