-
-
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
terminal not accepting user input #555
Comments
What's your Node.js version? Also, is this example working for you? https://github.com/SBoudrias/Inquirer.js/blob/master/examples/hierarchical.js |
Also experiencing this. I tried your example. The first question responded, second question hangs. Node 8.1.0 Will try update to 8.1.2 and report back |
8.1.2 resolves the issue 👍 |
Thanks!! I'll try this :)
…On Wed, Jun 21, 2017 at 5:10 PM Sean Matheson ***@***.***> wrote:
8.1.2 resolves the issue 👍
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#555 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUMvu03Mn2cmwWRN4l87iDTWRgPxMIEtks5sGbD-gaJpZM4N_5EB>
.
|
Yeah, Node 8.1.0 broken the Readline module. The latest release fixes it. @NoelAnnParisi try it out and close the issue if it's now working for you. Thanks everyone :) |
Upgrading my node version solved it! Thanks so much :D |
my code is as follows:
The terminal never allows the user to begin typing when 'spotify-this-song' is chosen. I am using the latest version and requiring in the library. Any idea as to why? Thank you so much!
The text was updated successfully, but these errors were encountered: