documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation for the npm registry, website, and command-line interface.

Results 87 documentation issues
Sort by recently updated
recently updated
newest added

# What / Why The text at the end of each code block is cut off by the copy button. ![image](https://user-images.githubusercontent.com/58836760/122847294-44823280-d2bc-11eb-9081-189517beb81f.png) [image from here](https://docs.npmjs.com/cli/v7/using-npm/scripts#special-packagejson-config-object) The full line is `http.createServer(...).listen(process.env.npm_package_config_port)`, but...

bug
help wanted

# What / Why The document `unpublish.md` (at `content/policies/unpublish.mdx`) does not specify whether the conditions are joined by conjunction or disjunction. To reduce confusion, it should be clarified by adding...

bug

Luminosity ratio of focus indicator for ‘Copy to clipboard’ button should be more than 3:1 for the keyboard focus indicator to pass the required ratio. ## References Issue: https://github.com/github/accessibility-audits/issues/2792

I just opened https://github.com/npm/cli/pull/5742 and https://github.com/npm/documentation/pull/277. Searching Google for ["npx"](https://www.google.com/search?q=%22npx%22) brings up: https://www.npmjs.com/package/npx ... as the first result. The "best link", the [npx CLI command entry in the npm docs](https://docs.npmjs.com/cli/commands/npx)...

content

## References

@MylesBorins the previous PRs have pivoted too much and their goal was not stated clearly. This is my fault so this is a final PR that will attempt to clearly...

Demo: https://user-images.githubusercontent.com/103434939/198038739-c46d54f6-ce2c-4c60-8c6d-dc9b8867e7d4.mov ## References https://github.com/github/accessibility-audits/issues/2799

Fix screen reader not announcing any information upon activating 'Copy to Clipboard' button ## References Related to https://github.com/github/accessibility-audits/issues/2795

Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.6.2 to 4.7.0. Release notes Sourced from @​npmcli/template-oss's releases. v4.7.0 4.7.0 (2022-10-25) Features 49a17fe #247 treat all release/v* branches as release targets (#247) (@​lukekarrys) Bug Fixes b836015...

Dependencies

This clarifies the conditions for unpublishing a package. Alternatives are listed in the first post of #29. ## References Fixes #29