-
-
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
Buggy on windows #48
Comments
Using the |
I just tried to reproduce on my laptop (also on win 8) and couldn't so I'm going to close this and assume that my system is wonky until further information. |
I have identified what the problem is (after manually going through comparing running processes between laptop and desktop). In Windows 8 there is an application (LiveComm.exe) which is used by the mail and messenger metro apps. When this is running (does automatically if mail or messenger apps are configured) inquirer does not work properly. I have filed a bug report with Microsoft (although I had to do it against PowerShell so I'm hoping it will find it's way to the right person). |
I'm also experiencing this (I'm implementing Inquirer on bower package manager). Sometimes, we need to double hit enter to pass to the second question; this happens only on the first question. I've killed |
Are you using latest inquirer, It's been fixed in another issue. On Sunday, 18 August 2013, André Cruz wrote:
For contact info visit: www.danielchatfield.com |
Fixed in #52 |
@satazor Does upgrading inquirer fix it? |
@danielchatfield yes! thanks! |
Thanks for following this one up @danielchatfield! |
I'm using windows 8.
This renders as expected but you can't interact with it. (output isn't muted)
To get around it I have to hit enter first which is pretty annoying. This also causes the clean() to leave a line.
The text was updated successfully, but these errors were encountered: