-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
EPIPE thrown when calling process.stdin.end() in node 10.15.3 on Windows #26828
Comments
Due to a problem in NodeJS v10.15.3, fix the input-reading in script `run-tests.js`. See nodejs/node#26828.
Can reproduce. Simply calling /cc @nodejs/platform-windows |
But not on linux, so I labelled as Windows |
@barakman, Is it still an issue for you ?. I am able to reproduce this and it is fixed in v12.13.1 |
Fixed in v13 and v12, but still an issue on v10.19.0 |
Any chance you could try the proposed 10.20.0 (#31984) as it brings 10.x up to a more recent libuv: https://nodejs.org/download/rc/v10.20.0-rc.1/ |
Yep, fixed in 10.20.0. |
System:
Code:
Error:
Notes:
Alternative solution 1 (as suggested in the issue linked above):
Alternative solution 2 (my preferred method):
Alternative solution 3 (handle the 'error' event):
The text was updated successfully, but these errors were encountered: