LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

npm-bugs

opens the package's bug tracker URL in a web browser

TLDR

Open package bugs page
$ npm bugs [package-name]
copy
Open bugs for current project
$ npm bugs
copy

SYNOPSIS

npm bugs [package]

DESCRIPTION

npm bugs opens the package's bug tracker URL in a web browser. Uses the bugs field from package.json. If no package specified, uses the current project.

SEE ALSO

npm(1), npm-docs(1)

Copied to clipboard
Kai