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

Messages aren't displayed #536

Closed
antoine-pous opened this issue May 24, 2017 · 0 comments
Closed

Messages aren't displayed #536

antoine-pous opened this issue May 24, 2017 · 0 comments

Comments

@antoine-pous
Copy link

Hi,

i'm facing a problem with inquirer 3.0.6, all question aren't displayed, i only have ?.

Here is a sample of question/treatment:

let questions = [
  {
    name: "host",
    type: "input",
    default: "127.0.0.1",
    message: "Server host IP (eg: 127.0.0.1) or domain name (eg: domain.tld)",
    validate: function(val) {
      return true
    }
  }
]
inquirer.prompt(questions).then(function(answers) {
  console.log(answers)
})

selection_318

I'm doing something wrong or this is a bug?

Thank you !

This was referenced May 24, 2017
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

1 participant