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] npm@10.6.0 changes npx output #7424

Closed
2 tasks done
neophob opened this issue Apr 26, 2024 · 2 comments
Closed
2 tasks done

[BUG] npm@10.6.0 changes npx output #7424

neophob opened this issue Apr 26, 2024 · 2 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x

Comments

@neophob
Copy link

neophob commented Apr 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

npm 10.6.0 introduced a verbose npx console log, example:

npx a-command

> npx
> a-command

OUTPUT

Expected Behavior

npx output should be identical like npm 10.5.0:

npx a-command
OUTPUT

Steps To Reproduce

tested linux and osx, so I assume this can easy be reproduced.

this breaks any app that parses a console output of npx

Environment

npm v10.6.0

@neophob neophob added Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x labels Apr 26, 2024
@neophob neophob changed the title [BUG] <title> [BUG] npm@10.6.0 changes npx Apr 26, 2024
@neophob neophob changed the title [BUG] npm@10.6.0 changes npx [BUG] npm@10.6.0 changes npx output Apr 26, 2024
@neophob
Copy link
Author

neophob commented Apr 26, 2024

https://github.com/npm/cli/pull/7415/files looks like it could be the source of this (unexpected?) change

@broksonic21
Copy link

Same issue, they put a fix in. See #7419

@neophob neophob closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x
Projects
None yet
Development

No branches or pull requests

2 participants