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

Input prompt flickering. #408

Open
ghost opened this issue Aug 12, 2016 · 10 comments
Open

Input prompt flickering. #408

ghost opened this issue Aug 12, 2016 · 10 comments

Comments

@ghost
Copy link

ghost commented Aug 12, 2016

The input prompt flickers pretty badly when typing - using the following code:

var inquirer = require("inquirer");
inquirer.prompt([
 {
    type: 'input',
      name: 'message',
        message: 'Message > '
         },]).then(function (result) {
     console.log("result.message")
 }
@SBoudrias
Copy link
Owner

Platform? command line? Node and system versions? etc etc

@ghost
Copy link
Author

ghost commented Aug 12, 2016

I am using JXCore but tested it with the default version of Nodejs: v4.4.7, and got the same result, it did flicker a bit less using node then it did with JXCore.
I am running on Mac OSX El capitan.
What do you mean by 'command line?' ?

@SBoudrias
Copy link
Owner

@ozzie1998 what's your terminal app?

@ghost
Copy link
Author

ghost commented Aug 12, 2016

terminal.app, the default terminal that comes with a Apple Macintosh.

@colophonemes
Copy link

Having similar issues

@ghost
Copy link
Author

ghost commented Sep 9, 2016

I take it you don't want to accept that there's an issue?

@SBoudrias
Copy link
Owner

@ozzie1998 I take it you don't understand OSS maintainers are busy sometime?

@ghost
Copy link
Author

ghost commented Sep 10, 2016

You must be very busy...

@colophonemes
Copy link

I think I've solved my issue — the issue seems to happen when running Inquirer in a child process (e.g. via Supervisor). Running the script standalone is fine

@mbenson025
Copy link

Same issue while using vs code with node(windows 10). I'm also running the script standalone-

readmegen

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

3 participants