1NPM-BUGS(1)                                                        NPM-BUGS(1)
2
3
4

NAME

6       npm-bugs - Report bugs for a package in a web browser
7
8   Synopsis
9         npm bugs [<pkgname> [<pkgname> ...]]
10
11         aliases: issues
12
13   Description
14       This  command  tries to guess at the likely location of a package's bug
15       tracker URL or the mailto URL of the support email, and then  tries  to
16       open  it  using  the --browser config param. If no package name is pro‐
17       vided, it will search for a package.json in the current folder and  use
18       the name property.
19
20   Configuration
21       <!--  AUTOGENERATED  CONFIG  DESCRIPTIONS  START --> <!-- automatically
22       generated, do not edit manually --> <!--  see  lib/utils/config/defini‐
23       tions.js -->
24
25   browser
26       • Default: OS X: "open", Windows: "start", Others: "xdg-open"
27
28       • Type: null, Boolean, or String
29
30
31       The browser that is called by npm commands to open websites.
32
33       Set  to  false  to  suppress browser behavior and instead print urls to
34       terminal.
35
36       Set to true to use default system URL opener.  <!-- automatically  gen‐
37       erated,  do  not  edit  manually  --> <!-- see lib/utils/config/defini‐
38       tions.js -->
39
40
41   registry
42       • Default: "https://registry.npmjs.org/"
43
44       • Type: URL
45
46
47       The base URL of the npm registry.  <!-- automatically generated, do not
48       edit manually --> <!-- see lib/utils/config/definitions.js -->
49
50       <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
51
52
53   See Also
54       • npm help docs
55
56       • npm help view
57
58       • npm help publish
59
60       • npm help registry
61
62       • npm help config
63
64       • npm help npmrc
65
66       • npm help package.json
67
68
69
70
71                                 January 2022                      NPM-BUGS(1)
Impressum