-
Notifications
You must be signed in to change notification settings - Fork 168
arrow keys not working [External module issue under Node 4.*/5.*] #351
Comments
@totano |
yes |
@totano Thanks! The Yeoman uses Inquirer.js module for this: https://github.com/sboudrias/Inquirer.js |
It's working fine for me on my Windows 10 machine using yo 1.4.8 and node.js 0.12.6. |
@Spinarooni @sayedihashimi @totano |
node v4.0.0 |
there's an issue in inquirer, seems node 4 related |
@totano |
I have exactly the same problem. I am on Windows 10, and the first time I created an application it worked, but now the arrow keys don't work when I have to select an application type. |
@Plinnio Are you also running Node v4.0.0? |
@Spinarooni Yes, this is the latest version I found. |
@Plinnio If you want to roll back to Node 0.12.6 then you can download it from https://nodejs.org/dist/v0.12.6/. The issue seems to be related to the Node 4.0.* release. It seems there is a bug in the Inquirer module: SBoudrias/Inquirer.js#282 |
@Spinarooni Thanks, how do I install that stuff? |
@Plinnio If you 're on Windows 10 x64 then you could download the MSI installer. You may need to uninstall the current version first though. I haven't updated to Node v4 yet so I am not 100 percent sure. |
After installing Node 0.12.6 the issue was solved. Thank you. |
I had repeated the problem on Win 8.1 machine at work. Maybe I would be able to contribute somehow to external module |
same thing here on the "yo -v" select list, arrows works fine |
@ditsikts Thanks very much. I've forwarded your tip about yo tool generator list selection to original module list |
The problem is pinpointed and reposted to Node repo: |
@Spinarooni thank so much your help, it is work good in cmd.exe, but it still not work in git bash. |
Someone posted update about Node 4.1.1 fixing a problem: |
@peterblazejewicz Tested on my Win 10 machine with Node 4.1.1 and I still have the issue at the command prompt and in PowerShell. Works fine using Cmder. |
@Spinarooni |
I've got a new machine at work with Win10.
If someone could confirm we can somehow instruct people on windows to update to this (or later) version of Node, maybe as post install hook. |
after installing the new git bash not working on Win7 with it |
@pumpi The LST 4.2.4 version has the same fix btw and it will be used as base release. |
Another cool solution is to use 'cmder'. an emulation of consoles in nodejs to run multiple consoles in a same program on Windows. Cool design, a lot of commands (unix, windows... etc...) |
My keys work, but I found out on accident. The selector indicator never moves, but I can, in fact, choose items from the menu. You know, carefully. Node 5.5 |
I had the same problem. But did as @Spinarooni said and voilá. Win 8.1 Pro |
same issue here, |
Does not work on:
|
@bastienJS |
@peterblazejewicz Also running Win10 x64. I'm having the same issue: Tried on numerous versions of Node and NPM 2.11.8 previously before upgrading. |
This is a recurring problem. The NodeJS project is tracking issue here: |
Node version: 5.7.0 Same issues here on Windows 10 64 bit :-( |
Hi, I'm having the same issue on Windows 10 64bit (Build 1511), with following versions, node: 5.10.1 |
@uurcakmak @SalvatoreMeschini @peterblazejewicz @bastienJS @zhaomiing |
@pwombwa Thanks for the tips! |
After having reinstalled yo (amongst pretty much everything else including VS2015, npm, bower, git, npm, node, etc as part of VSCode/.NET Core reinstalls) it appears that yo aspnet is working fine for me now. I'm able to control it as expected. Unfortunately, I don't have a great answer as to what specifically what fixed it for me, but it does appear that reinstalls did fix the issue. |
It's a bug, see nodejs/node#5384 and nodejs/node#5927 Sometimes arrows work, most of the times they don't. |
Downgrade node and you'd be at peace :) |
Made it work in Windows 10 (64 bits) with : But only in Windows PowerShell, doesn't work in Git Bash. |
Windows Powershell fixes these issues. |
I'm having the same issue with version 6.10.1 of node. |
@lizboccolini |
Windows 10 |
@lizboccolini Thx, again, as work around try different shell terminal, for example I've been using PowerShell instead of Bash on Windows. Also: are you able to select any item just by typing 'yo' in terminal? (you should be offered a list of installed generators as default Yo action) |
Using PowerShell solved it. Thank you! |
Keypress doesn't work in Git Bash for me. But it works fine with ConEmu64 (https://conemu.github.io/) on Windows 10. |
We are shutting this repo down, it's been replaced with Thanks! |
We are shutting this repo down, it's been replaced with |
I followed the tutorial on VS Code website, installed latest aspnet-generator with npm install -g yo grunt-cli generator-aspnet bower and it went fine, but on the first choice of yo aspnet (application type) i cannot move the cursor with arrows. OS Windows 10
Edit from Sayed: For the latest status see nodejs/node#2996
The text was updated successfully, but these errors were encountered: