workshopper / javascripting

Learn JavaScript by adventuring around in the terminal.
http://nodeschool.io
MIT License
2.86k stars 1.04k forks source link

Main menu error in node 4.0 #128

Closed davgeek closed 8 years ago

davgeek commented 9 years ago

The main menu does not work when run with nodejs v4.0, only in version 0.12 and earlier.

SomeoneWeird commented 9 years ago

@davgeek What OS are you on?

calvinalx commented 9 years ago

I can confirm it doesn't work.

I am on Windows 10 and Node 4.0.0. The arrow key doesn't work so I am stuck only on one sections which is Introductions.

davgeek commented 9 years ago

I am on Win10, @calvinalx yes the arrow heys doesn't work.

ghost commented 9 years ago

Using node v4.0.0, tried to run both on command and powershell on Win10. The menu is not working and can't go beyond INTRODUCTION.

javascripting_menu power_shell

SomeoneWeird commented 9 years ago

https://github.com/nodeschool/discussions/issues/1448

This is a bug in the underlying workshopper framework that most of the nodeschool exercises use. It seems to only affect Node 4.0.0 on Windows

pungggi commented 9 years ago

node 4 and above.. in 4.1.0 it doesnt work either

Id suggest for those who already installed v4 to use something like https://github.com/marcelklehr/nodist

liuzeyafzy commented 9 years ago

Can't see the arrow on CentOS release 6.5 (Final) & node v4.0.0. But I can choose STRINGS by click Down button twice.

SomeoneWeird commented 9 years ago

The node 4 bug only affects Windows.

SomeoneWeird commented 8 years ago

Fixed upstream in node 5.1.0