3.4.0
Environment Info:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Binaries:
Node: 11.9.0 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.7.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.17763.1.0
npmGlobalPackages:
@vue/cli: Not Found
npm install -g @vue/cli
vue create foobar
Use the up/down arrow key to navigate.
I am able to select any options from the menu.
Each time a key is pressed, the selection jumps twice. While it is possible to actually navigate through every selection with quick key presses (there is a slight delay between the selection changes) this is far from usable.
I have reproduced this issue on two computers with similar configurations. Same node version, same npm version, both with a clean @vue/cli installation. This happens in PowerShell, the standard command line and the WebStorm terminal window.
I'm having the exact same problem. In Powershell it doesn't appear to move. In the regular windows command line it moves down then rubber bands back to option 1. I've found that if I hold the down arrow for a while it will eventually end up on manual options and then continue. I can see when there are more options pressing down actually moves the selection 2 items instead of 1.
Not sure if it was the reason but I switched from Node 11.9 to the LTS 10.15.1 and it resolved the issue.
I'm having the exact same problem, either in Powershell command line, or in CMD command line.
node --version
v11.9.0
npm -v
6.5.0
Windows 10 [Version 10.0.16299.904]
CLI for VUE was downloaded today through NPM.
https://github.com/SBoudrias/Inquirer.js/issues/778
So it seems a Node (>= 11.8) or inquirer issue
Just uninstalled Node V11.x and installed V10.x and everything works.
Node 11.10.0 fixes this issue.
Most helpful comment
Node 11.10.0 fixes this issue.