scope-chains-closures icon indicating copy to clipboard operation
scope-chains-closures copied to clipboard

Exception while start on node 4.1.1

Open Scorpibear opened this issue 8 years ago • 9 comments

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

Scorpibear avatar Sep 25 '15 16:09 Scorpibear

Operating system and Terminal system please.

martinheidegger avatar Sep 26 '15 06:09 martinheidegger

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.

ahstro avatar Sep 26 '15 21:09 ahstro

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

Scorpibear avatar Sep 27 '15 19:09 Scorpibear

Anyone got a Win10 box to test on?

jesstelford avatar Oct 24 '15 02:10 jesstelford

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

ghost avatar Jan 08 '16 20:01 ghost

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

buoyad avatar Jun 10 '16 21:06 buoyad

This issue isn't closed.

What OS/node version are you on? :)

SomeoneWeird avatar Jun 11 '16 04:06 SomeoneWeird

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.

buoyad avatar Jun 11 '16 13:06 buoyad

#27 should fix this issue.

martinheidegger avatar Aug 20 '16 06:08 martinheidegger