-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 outputs new lines when running npx #7419
Comments
Looks like we missed a spot on banner suppression. |
|
Thanks for testing the latest npm so quickly @broksonic21. |
Thanks for quick response/getting a fix in action. It broke our CI when renovatebot prompted me to update (see wearerequired/lint-action#789) so was nice and quick. |
I made #7421 to fix this. This likely won't have to wait for our typical (bi-)weekly release cycle. I think we should put out a quick patch for this a few others. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
With NPM 10.5.2, logs are clear when running npx:
but with 10.6.0, there's new logging that shows up - this breaks tools looking for outputted strings in the results, as it's unexpected. I'm seeing this break some github actions expecting results from commands too: see wearerequired/lint-action#789
It's happening with any and all npx commands
Expected Behavior
No unexpected logs being written out
Steps To Reproduce
Using npm 10.5.2
run any command with npx - don't get the logs
Using npm 10.6.0
run any command with npx - get the log lines
Environment
Note: also seeing on Ubuntu on Github Actions
The text was updated successfully, but these errors were encountered: