webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Unable to create a new Quasar project due to UP and DOWN keys not being sent to running node app

Open tohagan opened this issue 4 months ago • 3 comments

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

  1. Run under Windows 11 and latest Chrome browser
  2. Open StackBlitz terminal
  3. Run "yarn create quasar" or probably any create command that requires UP / DOWN keys
  4. 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

tohagan avatar Aug 08 '25 05:08 tohagan

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.

github-actions[bot] avatar Aug 08 '25 05:08 github-actions[bot]

Empty project .. https://stackblitz.com/edit/stackblitz-starters-munihydt

tohagan avatar Aug 08 '25 05:08 tohagan

Observe that the UP and DOWN keys display in the terminal as ^[[A (UP) or ^[[B (DOWN) .

Image

tohagan avatar Aug 08 '25 05:08 tohagan