Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 435 Bytes

npm-rebuild.md

File metadata and controls

22 lines (15 loc) · 435 Bytes
title section description
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