Skip to content
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

Type Checkbox doesn't work as expected #412

Closed
renan-quirino opened this issue Aug 23, 2016 · 3 comments
Closed

Type Checkbox doesn't work as expected #412

renan-quirino opened this issue Aug 23, 2016 · 3 comments

Comments

@renan-quirino
Copy link

Good evening,
I was trying to add some choices. The choices have shown in the prompt, but i can't select anyone. The arrow doesn't move and the spacebar doesn't work, conclusion, nothing happens. I'm using Command Prompt from Windows. Do you know how to fix it?

model used below:

[
{
"type": "checkbox",
"name": "competences",
"message": "Input the competences you would like to extract",
"choices": [
"2011",
"2012",
"2013",
"2014",
"2015"
]
}
]

@sdotson
Copy link

sdotson commented Sep 28, 2016

The model you've included seems to work fine on mac. What version of Windows are you running?

@aaronbrowder
Copy link

Checkbox doesn't work for me either, as described by @renan-quirino. I'm on Windows 10.

@SBoudrias
Copy link
Owner

Some node version ship with a totally broken readline.

See nodejs/node#5384 for more details. You'll want to try again on latest stable Node.js version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants