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

NAME

6       npm-bugs - Bugs for a package in a web browser maybe
7

SYNOPSIS

9         npm bugs [<pkgname>]
10
11         aliases: issues
12

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

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

SEE ALSO

37       · npm help docs
38
39       · npm help view
40
41       · npm help publish
42
43       · npm help 7 registry
44
45       · npm help config
46
47       · npm help 7 config
48
49       · npm help 5 npmrc
50
51       · npm help 5 package.json
52
53
54
55
56
57                                 October 2019                      NPM-BUGS(1)
Impressum