Unable to create a new Quasar project due to UP and DOWN keys not being sent to running node app
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
- [x] I have run the project in my local machine and I could not reproduce the issue.
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
We noticed that you did not provide a StackBlitz or Bolt reproduction link. Please update the issue and add a link to a public project.
Empty project .. https://stackblitz.com/edit/stackblitz-starters-munihydt
Observe that the UP and DOWN keys display in the terminal as ^[[A (UP) or ^[[B (DOWN) .