-
Notifications
You must be signed in to change notification settings - Fork 313
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
Node Version: 10.7.0 not supported #213
Comments
Version 10.0.0 is not affected. 10.1.0 to 10.7.0 are affected |
Same with node v10.10.0.
|
Hi all, I think I've been able to solve this issue:
process.stdin.end(); That line seems to be the culprit. If you create a file only containing By the way, I've just created an issue in the node repository. So, in order to fix our issue, we could replace The good thing is that if this fix works, it would be applied to the adventure repo, so it would fix the bug for every project that depends on it. I hope someone else can check if this solution is correct. If so, I could raise a pull request. Best wishes |
Yeap, your solution @cristianberroeta just worked for me also, with Node v10.10.0. |
Thanks @Tesser4, I've just asked in the gitter nodeshool/workshoppers chat room if I should make a pull request. |
I've just created the pull request in the adventure repository. To clarify, once it is approved, we will have to create a pull request to update that 'adventure' module version number we depend on. |
Hello when i try to run with node 10.7.0 i get error.
The text was updated successfully, but these errors were encountered: