-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Anwser is duplicated to new line #982
Comments
me too |
yeah they were gonna fix this with #239, but the guy who owns the repo decided to not do it. smh... don't expect a fix soon, because the fix was suppossed to come years ago. i also have this problem. |
I also have this issue. |
Does this reproduce in our sample code? @gbaranski Could you give it a try with the sample code? |
var inquirer = require('inquirer'); var questions = [{ inquirer.prompt(questions).then(answers => { |
As you can see everything is duplicated, my setup
The text was updated successfully, but these errors were encountered: