Xcraft-Inc / shellcraft.js

Simple CLI and shell for Node.js based on commander and inquirer.
MIT License
6 stars 1 forks source link

Prompt broken with node 5.6 and 5.7 on win >= 8 #12

Closed Skywalker13 closed 8 years ago

Skywalker13 commented 8 years ago

See https://github.com/nodejs/node/issues/5384

egoroof commented 8 years ago

Does it work with node 5.6.0?

Skywalker13 commented 8 years ago

It works better than 5.7 but the bug https://github.com/nodejs/node/issues/2996 exists (the first event is not triggered).

Skywalker13 commented 8 years ago

Sorry, it's not better, 5.6 and 5.7 have the same problem.

lawkai commented 8 years ago

Same problem with Node 5.8.0 with Windows 10 x64

Skywalker13 commented 8 years ago

Yes, the issue is still open https://github.com/nodejs/node/issues/5384

Skywalker13 commented 8 years ago

Fixed since node v6.2