You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.