-
Notifications
You must be signed in to change notification settings - Fork 36
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
Doesn't run in Git for Windows Bash shell #13
Comments
What version of node are you trying to run this on? This issue seems to be related to https://github.com/substack/terminal-menu/issues/25 |
I tried both 0.10.40 (x32) and then 4.1.0 (x64) as I suspected a node version issue given the error I'm using nvm-windows to switch but that is most unlikely to cause this issue. |
Well it seems it should work. The following in a node 4.1.0 REPL in GfW Bash: > process.stdin.isTTY true > process.stdin.setRawMode [Function] So perhaps the workshopper or terminal-menu modules are doing something weird? |
Well, the error is from |
Have you tried to run it in powershell? |
Yes it's fine, and also in cmd shell. |
Just for curiosity...which shell are you using? This one? http://win-bash.sourceforge.net/ |
No. It's the one that comes with Git for Windows. I'm not sure what exactly it is but it certainly appears that it's parentage is MinGW/MSYS. GitHub for windows also uses a version but I found that has been left behind Git for Windows. |
Ah yes, they appear to be pulling upstream from CVS. |
Seems to be a problem with the stdin
Also running "winpty Seneca-in-practice" to get better terminal emulation returns
The text was updated successfully, but these errors were encountered: