npm-bugs.1 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .TH "NPM\-BUGS" "1" "October 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-bugs\fR \- Report bugs for a package in a web browser
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm bugs [<pkgname> [<pkgname> \.\.\.]]
  9. aliases: issues
  10. .fi
  11. .RE
  12. .SS Description
  13. .P
  14. This command tries to guess at the likely location of a package's bug
  15. tracker URL or the \fBmailto\fP URL of the support email, and then tries to
  16. open it using the \fB\-\-browser\fP config param\. If no package name is provided, it
  17. will search for a \fBpackage\.json\fP in the current folder and use the \fBname\fP property\.
  18. .SS Configuration
  19. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
  20. <!\-\- automatically generated, do not edit manually \-\->
  21. <!\-\- see lib/utils/config/definitions\.js \-\->
  22. .SS \fBbrowser\fP
  23. .RS 0
  24. .IP \(bu 2
  25. Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
  26. .IP \(bu 2
  27. Type: null, Boolean, or String
  28. .RE
  29. .P
  30. The browser that is called by npm commands to open websites\.
  31. .P
  32. Set to \fBfalse\fP to suppress browser behavior and instead print urls to
  33. terminal\.
  34. .P
  35. Set to \fBtrue\fP to use default system URL opener\.
  36. <!\-\- automatically generated, do not edit manually \-\->
  37. <!\-\- see lib/utils/config/definitions\.js \-\->
  38. .SS \fBregistry\fP
  39. .RS 0
  40. .IP \(bu 2
  41. Default: "https://registry\.npmjs\.org/"
  42. .IP \(bu 2
  43. Type: URL
  44. .RE
  45. .P
  46. The base URL of the npm registry\.
  47. <!\-\- automatically generated, do not edit manually \-\->
  48. <!\-\- see lib/utils/config/definitions\.js \-\->
  49. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
  50. .SS See Also
  51. .RS 0
  52. .IP \(bu 2
  53. npm help docs
  54. .IP \(bu 2
  55. npm help view
  56. .IP \(bu 2
  57. npm help publish
  58. .IP \(bu 2
  59. npm help registry
  60. .IP \(bu 2
  61. npm help config
  62. .IP \(bu 2
  63. npm help npmrc
  64. .IP \(bu 2
  65. npm help package\.json
  66. .RE