UNPKG

npm

Version:

a package manager for JavaScript

16 lines (13 loc) 604 B
<h1><a href="../cli/npm-rebuild.html">npm-rebuild</a></h1> <p>Rebuild a package</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm rebuild [[&lt;@scope&gt;/&lt;name&gt;]...] alias: npm rb </code></pre><h2 id="description">DESCRIPTION</h2> <p>This command runs the <code>npm build</code> 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.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-build.html">npm-build(1)</a></li> <li><a href="../cli/npm-install.html">npm-install(1)</a></li> </ul>