TooTallNate / keypress

Make any Node ReadableStream emit "keypress" events
358 stars 60 forks source link

Problem in node --version v4.1.2 #19

Open dfowler7437 opened 9 years ago

dfowler7437 commented 9 years ago

node --version v4.1.2 process.stdin.setRawMode(true); ^ TypeError: process.stdin.setRawMode is not a function

nevf commented 8 years ago

I'm having the same problem.

fenwick67 commented 8 years ago

I can duplicate this on 4.2.2. I'm using MINGW64 (which ships with git).

To duplicate it I have to open up mingw64 bash, then run cmd, then run bash from within that. Otherwise it seems to work okay.

WeeJeWel commented 4 years ago

I had the same issue, which was caused by running nodemon instead of node.