npm-help.1 965 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .TH "NPM\-HELP" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-help\fR \- Get help on npm
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm help <term> [<terms\.\.>]
  9. .fi
  10. .RE
  11. .SS Description
  12. .P
  13. If supplied a topic, then show the appropriate documentation page\.
  14. .P
  15. If the topic does not exist, or if multiple terms are provided, then run
  16. the \fBhelp\-search\fP command to find a match\. Note that, if \fBhelp\-search\fP
  17. finds a single subject, then it will run \fBhelp\fP on that topic, so unique
  18. matches are equivalent to specifying a topic name\.
  19. .SS Configuration
  20. .SS viewer
  21. .RS 0
  22. .IP \(bu 2
  23. Default: "man" on Posix, "browser" on Windows
  24. .IP \(bu 2
  25. Type: path
  26. .RE
  27. .P
  28. The program to use to view help content\.
  29. .P
  30. Set to \fB"browser"\fP to view html help content in the default web browser\.
  31. .SS See Also
  32. .RS 0
  33. .IP \(bu 2
  34. npm help npm
  35. .IP \(bu 2
  36. npm help folders
  37. .IP \(bu 2
  38. npm help config
  39. .IP \(bu 2
  40. npm help npmrc
  41. .IP \(bu 2
  42. npm help package\.json
  43. .IP \(bu 2
  44. npm help help\-search
  45. .RE