-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 8.1 breaks Inquirer.js: Hangs on nested calls #547
Comments
I also just encountered this issue as you made this issue coincidentally enough. |
This is probably caused by nodejs/node#13557. |
Just encountered this issue on node v8.1.0, upgraded to v8.1.2 and the issue went away. |
Thanks for updating the thread! I'll close this issue. Fix: Upgrade to at least Node v8.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of Node, 8.1, breaks the behavior when using nested/subsequent calls.
The existing example 'nested-calls.js' shows this behavior: The second prompt is displayed, but unresponsive.
Node 8.0 still works, it may have something to do with the change regarding async hooks.
The text was updated successfully, but these errors were encountered: