-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Cannot navigate in the vue create menus #3446
Comments
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 npm -v Windows 10 [Version 10.0.16299.904] CLI for VUE was downloaded today through NPM. |
SBoudrias/Inquirer.js#778 |
Just uninstalled Node V11.x and installed V10.x and everything works. |
Node 11.10.0 fixes this issue. |
Version
3.4.0
Environment info
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.
The text was updated successfully, but these errors were encountered: