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...]npm issues [package...]

DESCRIPTION

npm bugs guesses the package's bug tracker URL (or support email `mailto:`) from package metadata and opens it in a web browser. If no package is specified, it uses the `package.json` in the current directory. The alias npm issues does the same thing.

PARAMETERS

--browser BROWSER

Browser to use; set to `false` to print the URL instead.
--registry URL
npm registry URL (default: https://registry.npmjs.org/).
-w, --workspace NAME
Run in the context of a specific workspace.
--workspaces
Run across all configured workspaces.
--include-workspace-root
Include the root project when using workspaces.

SEE ALSO

npm(1), npm-docs(1), npm-repo(1)

Copied to clipboard
Kai