.TH "NPM\-REBUILD" "1" "November 2022" "9.1.1" .SH "NAME" \fBnpm-rebuild\fR .SH Synopsis .SH Description .P This command runs the \fBnpm build\fP command on the matched folders\. This is .br useful when you install a new version of node, and must recompile all your .br C++ addons with the new binary\. It is also useful when installing with .br \fB\-\-ignore\-scripts\fP and \fB\-\-no\-bin\-links\fP, to explicitly choose which .br packages to build and/or link bins\. .P If one or more package specs are provided, then only packages with a .br name and version matching one of the specifiers will be rebuilt\. .SH Configuration .SH See Also .RS 1 .IP \(bu 2 package spec .IP \(bu 2 npm install .RE