-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Arrow keys not working in any console. #5940
Comments
Does node master work? The tty patch you referenced should be included there. |
Tty patch? I'm sorry but I do not know what is that... In the other hand, I've tested the example above with v5.1.0 again and effectively work. Could you follow the steps I gave you in order to reproduce the issue? Thanks. |
I meant if you check out the master branch for node, compile it, and try your code again, does it work for you? |
This comment was marked as abuse.
This comment was marked as abuse.
O.o? But it was working! As the previous arrows key example until this new version appeared. |
A new release has appeared but the bug persist, now I have v5.10.0. Please look this related issue: |
The issue seems to persist... Arrow keys do not work, tested with Node version: 5.7.0 on Windows 10 Pro 64 bit command prompt. Npm version: 3.7.5 |
@nodejs/platform-windows @nodejs/ctc ... anyone have any ideas on this one? If there's an issue here it would be great to have it fixed for v6 |
That's right, even I've tested with Yeoman and npm-check an sometimes work, for real. What you have to do is open, check if work, if not, then close and open again until it works. It's weird but it works, but in inquirer never worked. |
@orangemocha ... I know you were investigating this. Any updates? |
Of course @orangemocha , what you have to do is copy the whole example from https://github.com/SBoudrias/Inquirer.js/blob/master/examples/checkbox.js and then call node checkbox.js. Also you can try with Yeoman(in some cases doesn't work) and npm-check.(the most of the cases doesn't work) Just to clarify I'm using Windows 8.1 64 bits |
Here is my test of Inquirer.js. main.txt {
type: "confirm",
name: "mood",
message: "Are you feeling alright?",
default: true
} The program works! But is not a good solution. |
Closing as a duplicate of #5384. The issue still exists we just don't need multiple issues open for it! The issue is still being investigated! |
Hi, I've found and error when I was working with Inquirer.js. The problem is that I can't move the checkbox options with the arrow keys. This works in v5.1.0 of Node.js but the problem comes in this version. I've read something regard with this here: #5384 and it seems the problem comes again.
You can check this following this example link: https://github.com/SBoudrias/Inquirer.js/blob/master/examples/checkbox.js
I've test this example in: CMD, GIT BASH and PowerShell.
The text was updated successfully, but these errors were encountered: