table of contents
other versions
- buster 5.8.0+ds6-4+deb10u2
- buster-backports 7.4.0+ds-1~bpo10+2
- testing 7.5.2+ds-2
- unstable 7.5.2+ds-2
- experimental 7.6.3+ds-1
NPM-REBUILD(1) | NPM-REBUILD(1) |
NAME¶
npm-rebuild - Rebuild a packageSYNOPSIS¶
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 help build
- npm help install
December 2019 |