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

NAME

6       npm-bugs - Bugs for a package in a web browser maybe
7
8   Synopsis
9         npm bugs [<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, and then tries to  open  it  using  the  --browser  config
16       param.  If  no  package  name  is  provided, it will search for a pack‐
17       age.json in the current folder and use the name property.
18
19   Configuration
20   browser
21       • Default: OS X: "open", Windows: "start", Others: "xdg-open"
22
23       • Type: String
24
25
26       The browser that is called by the npm bugs command to open websites.
27
28   registry
29       • Default: https://registry.npmjs.org/
30
31       • Type: url
32
33
34       The base URL of the npm package registry.
35
36   See Also
37       • npm help docs
38
39       • npm help view
40
41       • npm help publish
42
43       • npm help registry
44
45       • npm help config
46
47       • npm help npmrc
48
49       • npm help package.json
50
51
52
53
54                                  April 2021                       NPM-BUGS(1)
Impressum