npm-rebuild.1 465 B

1234567891011121314151617181920212223
  1. .TH "NPM\-REBUILD" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-rebuild\fR \- Rebuild a package
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm rebuild [[<@scope>/<name>]\.\.\.]
  9. alias: npm rb
  10. .fi
  11. .RE
  12. .SS Description
  13. .P
  14. This command runs the \fBnpm build\fP 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\.
  15. .SS See Also
  16. .RS 0
  17. .IP \(bu 2
  18. npm help build
  19. .IP \(bu 2
  20. npm help install
  21. .RE