Arrow keys do not work on yoman

No error on my command panel for yoman, my keyboard does not work only for yoman (window 10), how to fix it?

enter image description here

+5
source share
3 answers

Finally, a solution to this:

Hi, I ran into the same problem and did a lot of research, ultimately with the same problems with arrows. If your motive is not to try to make the arrow keys work, but to get the selection without the arrow keys, follow these steps:

first: Just select an element by clicking on the index of the element, for example, in the above scenario, 1 to load, and 2 for the cycle package, and if you install the cycle package, just press 2 on the keyboard.

second: press Enter. If you still do not understand, see the image here. picture

+1
source

I have the same problem with arrows on windows 10 and I installed ruby ​​2.3.0, the newest version, it makes no difference to me.

but I can use the yoman arrow keys with POWERSHELL.

after installing the packages, I get git bash support. Hope this will be helpful.

ps: add --noreadline

Backspace and arrow keys do not work in IRB (Git Bash console) on a Windows machine

0
source

I have the same problem. The yoman seems to be responding to the up and down arrows and the space bar to select inputs, but the display does not reflect what is selected.

Value, if I visualize where the cursor should go, and press Enter. I get what I expect.

I am on Windows 7. This only happens on Git Bash, works fine with Git CMD.

0
source

Source: https://habr.com/ru/post/1246624/


All Articles