-
Notifications
You must be signed in to change notification settings - Fork 142
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
Exception while start on node 4.1.1 #15
Comments
Operating system and Terminal system please. |
Wouldn't |
npm rm scope-chains-closures |
Anyone got a Win10 box to test on? |
I just recently had the same issue. And I am running Windows 10. |
Why is this closed? I'm still having the same problem. Is there a solution? |
This issue isn't closed. What OS/node version are you on? :) |
Oh my bad. Saw the closed tag above my comment. I'm on Windows 10 with Node v4.4.2. I get this error using ootb git bash on Windows 10, but not on my Windows 7 machine at work. If I use ConEmu on Windows 10, however, the program runs fine. |
#27 should fix this issue. |
$ scope-chains-closures
...\npm\node_modules\scope-chains-closures\node_modules\adventure\lib\menu.js:51
process.stdin.setRawMode(true);
^
TypeError: process.stdin.setRawMode is not a function
at module.exports (...\npm\node_modules\scope-chains-closures\node_modules\adventure\lib\menu.js:51:19)
at Shop.showMenu (...\npm\node_modules\scope-chains-closures\node_modules\adventure\index.js:267:16)
at Shop.execute (...\npm\node_modules\scope-chains-closures\node_modules\adventure\index.js:131:14)
at Object. (...\npm\node_modules\scope-chains-closures\runner.js:26:6)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:475:10)
at startup (node.js:117:18)
The text was updated successfully, but these errors were encountered: