- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 6.3k
 
Closed
Description
Version
3.4.0
Environment info
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
Steps to reproduce
npm install -g @vue/cli
vue create foobar
Use the up/down arrow key to navigate.
What is expected?
I am able to select any options from the menu.
What is actually happening?
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.
sorensensig and JamesCoyle