Skip to content

Exception while start on node 4.1.1 #15

@Scorpibear

Description

@Scorpibear

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

Activity

martinheidegger

martinheidegger commented on Sep 26, 2015

@martinheidegger
Collaborator

Operating system and Terminal system please.

ahstro

ahstro commented on Sep 26, 2015

@ahstro
Contributor

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

Scorpibear commented on Sep 27, 2015

@Scorpibear
Author

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

jesstelford

jesstelford commented on Oct 24, 2015

@jesstelford
Collaborator

Anyone got a Win10 box to test on?

ghost

ghost commented on Jan 8, 2016

@ghost

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

buoyad

buoyad commented on Jun 10, 2016

@buoyad

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

SomeoneWeird

SomeoneWeird commented on Jun 11, 2016

@SomeoneWeird
Member

This issue isn't closed.

What OS/node version are you on? :)

buoyad

buoyad commented on Jun 11, 2016

@buoyad

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

martinheidegger commented on Aug 20, 2016

@martinheidegger
Collaborator

#27 should fix this issue.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jesstelford@SomeoneWeird@martinheidegger@Scorpibear@ahstro

        Issue actions

          Exception while start on node 4.1.1 · Issue #15 · workshopper/scope-chains-closures