Skip to content
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

Windows 7 : typeError: process.stdin.setRawMode is not a function #25

Open
ajaysunarthi opened this issue May 24, 2016 · 2 comments
Open

Comments

@ajaysunarthi
Copy link

When I try to install this it gives this error. My node version is 4.1.2

$ sccjs
C:\Users\AJAY\AppData\Roaming\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 (C:\Users\AJAY\AppData\Roaming\npm\node_modules\scope-chains-closures\node_modules\adventure\lib\menu.js:51:19)
at Shop.showMenu (C:\Users\AJAY\AppData\Roaming\npm\node_modules\scope-chains-closures\node_modules\adventure\index.js:267:16)
at Shop.execute (C:\Users\AJAY\AppData\Roaming\npm\node_modules\scope-chains-closures\node_modules\adventure\index.js:131:14)
at Object. (C:\Users\AJAY\AppData\Roaming\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:118:18)

@RussEby
Copy link

RussEby commented Aug 13, 2016

I had the same issue. I was still able to do the training by using

scope-chains-closures next

The --help screen explains quite a bit. Seems that only the menu is broken. The verifying work fine.

@martinheidegger
Copy link
Collaborator

#27 should fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants