-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
v16.18.0 breaks npm ci
#44998
Comments
EPIPE means the connection was severed. Given that v16.18.0 has been out for a few days now, it seems unlikely that it's a regression in node; otherwise we would have received many more reports by now. Chances are it's something on your end. Things you can try:
|
That said, it's possible you're hitting #44992, which is npm bug npm/cli#5278. If that's the case you should head over to npm and close this issue. |
@bnoordhuis i guess the most that hit #44992 will use the workaround supplyed which is
needs to be changed to
so replacing
Will do the trick its not a real bug it is only a bad parser implementation i did not look into blame Can u use that without update?Yes you can apply the workaround it will stay working and call it a day. |
Closed by npm/cli#5761 |
Hello, I am currently experiencing this issue on any version of node after 16.18.0. I have tried the latest versions from both the 16 and 18 release channels. Using
When I run Unfortunately, I'm really not sure what exactly it is about my environment that is causing this EPIPE error, as it doesn't seem like it's affecting very many users at all. The best I can currently do is attach a set of detailed logs. For each of these sets of logs, I ran
To quickly find the error in these logs, just search for the string 'EPIPE'. In summary, it looks like in v16.17.1, EPIPE is emitted but handled; in later versions EPIPE is emitted but is unhandled. Please let me know if there's any further information I can provide for troubleshooting. |
Version
v16.18.0
Platform
Ubuntu 20.04.5 LTS
Subsystem
No response
What steps will reproduce the bug?
Execute
npm ci
ornpm i
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Before an update (16.17.1) everything installed well, there is some issue as after update i can't install deps by npm.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: