-
Notifications
You must be signed in to change notification settings - Fork 4
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
Got errors on windows and centos about dev/tty #1
Comments
Looks like tty assumes there is a tty to attach to, but that's not always the case. Sadly that means this module's promise of "Guaranteed read and write streams to the terminal" comes with the caveat that there must actually be a terminal of some kind :-/ |
we're getting this error in some of the enquirer prompt libs as well. but for OSX edit: sorry to be clear the error was for OSX on travis, but I don't get the error locally on OSX for some reason. |
Getting this error on OSX while using inside VSCode. From CLI, it works without a hitch. |
i tried using this module to fix an issue i am having with visionmedia/node-progress#179 - the progress bar is not rendering when using i attempted to use this library for its promise of guaranteed TTY output streams, but when i run it in
edit: |
Damn this is old, still no fix for using Windows? |
I got the same error on OSX.
|
I got this error using Inquirer.js since this morning
On centOS
On windows
Sorry, I don't have time for further investigation, but seems related to your project.
The text was updated successfully, but these errors were encountered: