-
Notifications
You must be signed in to change notification settings - Fork 313
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
Error running on Windows: process.stdin.setRawMode is not a function #171
Comments
i have the same trouble .i update node version and still not work $ stream-adventure TypeError: process.stdin.setRawMode is not a function |
node do not detect that you are running code inside tty.
if result is false, try to use |
ths |
Got
stream-adventure
to install, but when I try to run it I get this error:I'm on Win 10 with node v4.2.4. There is a similar issue (#38) but my node version should be supported.
The text was updated successfully, but these errors were encountered: