Describe the bug
Can't create new (latest version) Quasar app via StackBlitz terminal due to UP / DOWN keys not working.
$ yarn create quasar app
... asks for option selections via UP and DOWN and ENTER keys - However UP and DOWN keys don't work.
StackBlitz terminal fails to send these key strokes to the running node app.
Link to the blitz that caused the error
any blank empty repo
Steps to reproduce
- Run under Windows 11 and latest Chrome browser
- Open StackBlitz terminal
- Run "yarn create quasar" or probably any create command that requires UP / DOWN keys
- Attempt to use UP and DOWN keys to select
The terminal displays the
Expected behavior
The running app should capture the UP and DOWN keystrokes.
Parity with Local
Screenshots
I've run this command many times locally. This is purely a StackBlitz terminal issue.
Platform
- OS: Windows 11
- Browser: Chrome
- Version: 138.0.31254.169 (Official Build) (64-bit)
Additional context
No response