GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NPM-BUGS(1) NPM-BUGS(1)

npm-bugs - Report bugs for a package in a web browser

npm bugs [<pkgname>]
alias: issues

This command tries to guess at the likely location of a package's bug tracker URL or the mailto URL of the support email, and then tries to open it using the --browser config param. If no package name is provided, it will search for a package.json in the current folder and use the name property.

  • Default: OS X: "open", Windows: "start", Others: "xdg-open"
  • Type: null, Boolean, or String

The browser that is called by npm commands to open websites.

Set to false to suppress browser behavior and instead print urls to terminal.

Set to true to use default system URL opener.

  • Default: "https://registry.npmjs.org/"
  • Type: URL

The base URL of the npm registry.

  • npm help docs
  • npm help view
  • npm help publish
  • npm help registry
  • npm help config
  • npm help npmrc
  • npm help package.json

February 2022

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.