- node version: v6.9.1
- npm version: 3.10.8
- os: windows 10
The problem
Unable to use the interactive menu to select a workshop inside any workshopper. (I've tried learnyounode and expressworks so far.) I've tested out a couple of node versions but all give the same result.
Fix (kind of)
The workshops have a command called select.
Run <workshopper> select <workshop> to get to the desired workshop.
For example:
learnyounode select HELLO WORLD
Conclusion
Although there is a 'solution' to the problem this solution is not optimal. Maybe the menu's should be fixed somehow? If the fix is already out there let me know!
Cheers 👍
The problem
Unable to use the interactive menu to select a workshop inside any workshopper. (I've tried learnyounode and expressworks so far.) I've tested out a couple of node versions but all give the same result.
Fix (kind of)
The workshops have a command called
select.Run
<workshopper> select <workshop>to get to the desired workshop.For example:
Conclusion
Although there is a 'solution' to the problem this solution is not optimal. Maybe the menu's should be fixed somehow? If the fix is already out there let me know!
Cheers 👍