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.

19 lines
389 B

  1. npm-rebuild(1) -- Rebuild a package
  2. ===================================
  3. ## SYNOPSIS
  4. npm rebuild [[<@scope>/<name>]...]
  5. alias: npm rb
  6. ## DESCRIPTION
  7. This command runs the `npm build` command on the matched folders. This is useful
  8. when you install a new version of node, and must recompile all your C++ addons with
  9. the new binary.
  10. ## SEE ALSO
  11. * npm-build(1)
  12. * npm-install(1)