-
-
Notifications
You must be signed in to change notification settings - Fork 400
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 always working Windows 10 cmd #360
Comments
This is reported on the Node repo nodejs/node#2996 We're waiting for resolution on their side. |
Don't forget that you can select menu items by their index (one based). |
From the node bug, it looks like no keypress events at all are working on windows. |
That is not true as most of the time I am perfectly able to walk through 2015-09-24 19:41 GMT+02:00 Simon Boudrias [email protected]:
|
I meant, sometime windows just don't register them, and when that happen you don't receive any keypress event. The issue though is not always happening as sometime the keypress events are correctly fired. |
I using "git bash" and i have the same problem. But in Windows Command Prompt works very well. |
That have been fixed and shipped on Node.js side. nodejs/node#2996 |
@SBoudrias Still appears to be broken. |
@Schandlich see the issue I just posted please. nodejs/node#2996 |
@SBoudrias Thank you. That is where I found the link to nodejs/node#5384. :D |
still broken here. :( |
It's broken for me in Git Bash, but seems to work in cmd.exe $ npm -v $ node -v
|
The issue has something to do with a recent windows update I think. It wasn't there few days ago. |
I have the same issue, there is someone who already solved it? |
@nyxjoel access the generator through the |
and they did. get the latest node, npm, and yo. at least in my case, it's been fixed. |
Note: It is fixed in version >= 6.2.0. |
Still having this issue in Git Bash on Windows 10 |
Yep, issue still exists in Git Bash on Win10 |
Reported as spam. |
Has there been any fix for this?? Still happening for me on git bash windows 10 |
Git Bash is not a TTY command line tool. As such, it doesn't support any interactive features. You can use cmd, powershell, and a lot of other command line tool on Windows. Just make sure it is a TTY. |
Ok Thanks, that's frustrating cause it works with git version 1.9.5.msysgit.0. |
Can this issue be reopened? I'm unable to use Yeoman in Windows 10. $ yo --version $ node -v Both Powershell and Command Prompt don't let me get past choosing options in the first menu. I can actually switch between them, but once I hit enter, it asks for a name for my project and then, when i type, nothing shows up, it's like it's not captuing my keyboard input... I read some of the messages above and I decided to try git bash, which showed a slightly different behavior, but ultimately also didn't get me through the first stages much less create the source code! |
Exactly the same issue as @prubini87: windows 10 I can select the first option using arrow keys, then 100% of the input is ignored. |
@prubini87 @CamiloTerevinto looks like Node 8 broke the readline module again. You should report your issues there. |
@SBoudrias Yep, you may be right sir, I've rolled back to Node 6 and it's working just fine. It seems to be related to Node 8 indeed. Could you provide @CamiloTerevinto and I a link where we should report this, please? |
Bug was reported to Node nodejs/node#13557 you can follow that issue to be notified once resolved. |
When I use yo from Windows 10 cmd, the arrow keys are not always working. It then sticks into some kind of readline history list. This is not always happening. Unfortunately I can't pinpoint what is causing it. Using yo version 1.4.8.
The text was updated successfully, but these errors were encountered: