Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
466 B

  1. .TH "NPM\-REBUILD" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-rebuild\fR \- Rebuild a package
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm rebuild [[<@scope>/<name>]\.\.\.]
  9. alias: npm rb
  10. .fi
  11. .RE
  12. .SH DESCRIPTION
  13. .P
  14. This command runs the \fBnpm build\fP command on the matched folders\. This is useful
  15. when you install a new version of node, and must recompile all your C++ addons with
  16. the new binary\.
  17. .SH SEE ALSO
  18. .RS 0
  19. .IP \(bu 2
  20. npm help build
  21. .IP \(bu 2
  22. npm help install
  23. .RE