Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Man pages in sections 5 and 7 don’t have “npm-” prefix since 6.13.0 #780

Closed
jirutka opened this issue Feb 7, 2020 · 4 comments
Labels
Enhancement new feature or improvement Priority 2 secondary priority issue Release 8.x work is associated with a specific npm 8 release

Comments

@jirutka
Copy link

jirutka commented Feb 7, 2020

Since npm 6.13.0, man pages installed in man5 (from docs/content/configuring-npm/) and man7 (from docs/content/using-npm) don’t have npm- prefix. Since they use quite common names such as config or install, there’s a very high chance of collision with some other software installed on the system. Thus it’s unacceptable for Linux distributions.

Please return the npm- prefix to names of the relevant man pages as it was before version 6.13.0.

@jirutka jirutka changed the title [BUG] Man pages in sections 5 and 7 [BUG] Man pages in sections 5 and 7 don’t have npm- prefix Feb 7, 2020
@jirutka jirutka changed the title [BUG] Man pages in sections 5 and 7 don’t have npm- prefix [BUG] Man pages in sections 5 and 7 don’t have “npm-” prefix since 6.13.0 Feb 7, 2020
@darcyclarke darcyclarke added Release 6.x work is associated with a specific npm 6 release Bug thing that needs fixing labels Oct 30, 2020
@jirutka
Copy link
Author

jirutka commented Apr 8, 2022

@darcyclarke, why did you close this issue? It’s still not fixed.

@ckirbybigdog

This comment was marked as spam.

@lukekarrys lukekarrys added Release 8.x work is associated with a specific npm 8 release Enhancement new feature or improvement Priority 2 secondary priority issue and removed Release 6.x work is associated with a specific npm 6 release Bug thing that needs fixing labels Apr 10, 2022
@lukekarrys lukekarrys reopened this Apr 10, 2022
@lukekarrys
Copy link
Contributor

Reopening as I've confirmed this is still the current behavior.

theamericanaccount pushed a commit to themartiancompany/npm-ur that referenced this issue Jan 28, 2024
@reggi
Copy link
Contributor

reggi commented Sep 18, 2024

I don't think this is an issue any longer:

➜  cli git:(latest) cd docs/lib/content/commands
➜  commands git:(latest) ls
npm-access.md          npm-dist-tag.md        npm-hook.md            npm-owner.md           npm-restart.md         npm-test.md
npm-adduser.md         npm-docs.md            npm-init.md            npm-pack.md            npm-root.md            npm-token.md
npm-audit.md           npm-doctor.md          npm-install-ci-test.md npm-ping.md            npm-run-script.md      npm-uninstall.md
npm-bugs.md            npm-edit.md            npm-install-test.md    npm-pkg.md             npm-sbom.md            npm-unpublish.md
npm-cache.md           npm-exec.md            npm-install.md         npm-prefix.md          npm-search.md          npm-unstar.md
npm-ci.md              npm-explain.md         npm-link.md            npm-profile.md         npm-shrinkwrap.md      npm-update.md
npm-completion.md      npm-explore.md         npm-login.md           npm-prune.md           npm-star.md            npm-version.md
npm-config.md          npm-find-dupes.md      npm-logout.md          npm-publish.md         npm-stars.md           npm-view.md
npm-dedupe.md          npm-fund.md            npm-ls.md              npm-query.md           npm-start.md           npm-whoami.md
npm-deprecate.md       npm-help-search.md     npm-org.md             npm-rebuild.md         npm-stop.md            npm.md
npm-diff.md            npm-help.md            npm-outdated.md        npm-repo.md            npm-team.md            npx.md
➜  commands git:(latest) find . -name "*.md" -exec sh -c 'for file; do sed -n "2p" "$file"; done' sh {} +
title: npm-find-dupes
title: npm-unpublish
title: npm-login
title: npm-shrinkwrap
title: npm-doctor
title: npm-adduser
title: npm-explore
title: npm-dist-tag
title: npm-unstar
title: npm-pack
title: npm-uninstall
title: npm-link
title: npm-restart
title: npm-fund
title: npm-stars
title: npm-test
title: npm-search
title: npm-explain
title: npm-team
title: npm-rebuild
title: npm-star
title: npm-publish
title: npm-docs
title: npm-hook
title: npm-edit
title: npm-org
title: npm-install
title: npm-stop
title: npx
title: npm-outdated
title: npm-whoami
title: npm-exec
title: npm-prune
title: npm-install-ci-test
title: npm-version
title: npm-install-test
title: npm-diff
title: npm-deprecate
title: npm-access
title: npm-repo
title: npm-bugs
title: npm-view
title: npm-cache
title: npm-dedupe
title: npm-start
title: npm-sbom
title: npm-owner
title: npm-pkg
title: npm-ping
title: npm-ls
title: npm-help-search
title: npm
title: npm-config
title: npm-run-script
title: npm-init
title: npm-completion
title: npm-audit
title: npm-help
title: npm-logout
title: npm-token
title: npm-prefix
title: npm-ci
title: npm-profile
title: npm-query
title: npm-update
title: npm-root
➜  commands git:(latest) 

@reggi reggi closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement new feature or improvement Priority 2 secondary priority issue Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

6 participants
@reggi @darcyclarke @lukekarrys @jirutka @ckirbybigdog and others