Report NPM Bugs - Package Bug Reporting | Online Free DevTools by Hexmos
Report NPM bugs quickly with npm-bugs. Instantly open bug trackers for your packages directly from the command line. Free online tool, no registration required.
npm-bugs
Report bugs for a package in a web browser. Attempts to open the package’s bug tracker URL or support email. More information: https://docs.npmjs.com/cli/npm-bugs.
- Report bugs for a specific package by opening the bug tracker for the specified package:
npm bugs {{package_name}}
- Open the bug tracker for the current package by searching for a
package.jsonfile and using its name:
npm bugs
- Configure the browser used to open URLs by setting your preferred browser for
npmcommands:
npm {{[c|config]}} set browser {{browser_name}}
- Control URL opening: set
browsertotruefor the system URL opener, orfalseto print URLs in the terminal:
npm {{[c|config]}} set browser {{true|false}}
