]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-bugs.md
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-bugs.md
1 npm-bugs(1) -- Bugs for a package in a web browser maybe
2 ========================================================
3
4 ## SYNOPSIS
5
6     npm bugs <pkgname>
7     npm bugs (with no args in a package dir)
8
9     aliases: issues
10
11 ## DESCRIPTION
12
13 This command tries to guess at the likely location of a package's
14 bug tracker URL, and then tries to open it using the `--browser`
15 config param. If no package name is provided, it will search for
16 a `package.json` in the current folder and use the `name` property.
17
18 ## CONFIGURATION
19
20 ### browser
21
22 * Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
23 * Type: String
24
25 The browser that is called by the `npm bugs` command to open websites.
26
27 ### registry
28
29 * Default: https://registry.npmjs.org/
30 * Type: url
31
32 The base URL of the npm package registry.
33
34
35 ## SEE ALSO
36
37 * npm-docs(1)
38 * npm-view(1)
39 * npm-publish(1)
40 * npm-registry(7)
41 * npm-config(1)
42 * npm-config(7)
43 * npmrc(5)
44 * package.json(5)