-
Notifications
You must be signed in to change notification settings - Fork 280
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
Do not update to node 8.1, prompts stuck #75
Comments
I just verified. node 8.0 (stable) works fine, node 8.1 (latest) freezes when the user needs to enter input. Thanks for bringing this up @popul 👍 |
I also encountered this issue - Node 8.1 freezes, downgrade to 7.10 resolved the issue. |
I think this is fixed in Node 8.1.1 but I haven't verified yet. |
confirmed! a patch went out yesterday. 8.1.1 works for me. |
I'm getting this error again in Node v8.1.2, sorry guys :( |
I just tried it with node 8.1.2 and wasn't able to reproduce |
Fixes to binary copy logic
Since i updated node to 8.1, prompts stuck forever.
Inquirer raise an issue nodejs/node#13557
It seems to be a node issue SBoudrias/Inquirer.js#547
With node 8.0, it works
The text was updated successfully, but these errors were encountered: