Open dfowler7437 opened 9 years ago
I'm having the same problem.
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.
I had the same issue, which was caused by running nodemon
instead of node
.
node --version v4.1.2 process.stdin.setRawMode(true); ^ TypeError: process.stdin.setRawMode is not a function