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

Exception while start on node 4.1.1 #15

Open
Scorpibear opened this issue Sep 25, 2015 · 9 comments
Open

Exception while start on node 4.1.1 #15

Scorpibear opened this issue Sep 25, 2015 · 9 comments

Comments

@Scorpibear
Copy link

$ 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)

@martinheidegger
Copy link
Collaborator

Operating system and Terminal system please.

@ahstro
Copy link
Contributor

ahstro commented Sep 26, 2015

Wouldn't ...\npm\node_modules\scope-chains-closures\node_modules\adventure\lib\menu.js:51 indicate that this is an error with the adventure module, not scope-chains-closures itself?
Also, I'm on v4.1.1 and am not experiencing any issues. Have you tried removing and reinstalling scope-chains-closures since the update? This solved issues with other modules when I moved to v4.0.0.

@Scorpibear
Copy link
Author

npm rm scope-chains-closures
and
npm install -g scope-chains-closures
didn't help.
OS: windows 10
Terminal: MINGW64

@jesstelford
Copy link
Collaborator

Anyone got a Win10 box to test on?

@ghost
Copy link

ghost commented Jan 8, 2016

I just recently had the same issue. And I am running Windows 10.

@buoyad
Copy link

buoyad commented Jun 10, 2016

Why is this closed? I'm still having the same problem. Is there a solution?

@SomeoneWeird
Copy link
Member

This issue isn't closed.

What OS/node version are you on? :)

@buoyad
Copy link

buoyad commented Jun 11, 2016

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.

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants