Skip to content
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

Closed
jtillmann opened this issue Jun 9, 2017 · 4 comments
Closed

Node 8.1 breaks Inquirer.js: Hangs on nested calls #547

jtillmann opened this issue Jun 9, 2017 · 4 comments

Comments

@jtillmann
Copy link
Contributor

jtillmann commented Jun 9, 2017

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.

@LeonBlade
Copy link

I also just encountered this issue as you made this issue coincidentally enough.

@not-an-aardvark
Copy link

This is probably caused by nodejs/node#13557.

@rileyio
Copy link

rileyio commented Jun 17, 2017

Just encountered this issue on node v8.1.0, upgraded to v8.1.2 and the issue went away.

@SBoudrias
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants