Closed offchan42 closed 9 months ago
Hi @off99555 thanks for writing in!
This issue is a duplicate of #492 - I'm gonna close it. Please feel free to follow and comment in #492 instead.
Side note: There's already a suggested fix for clack
, the underlying library we use for generating these prompts. Seems like it wasn't yet fixed or released. We might have to vendor in the fix ourselves.
Environment
Running Sentry Wizard... version: 3.20.1 | sentry-cli version: 1.77.1 Windows 11
Steps to Reproduce
npx @sentry/wizard@latest -i sourcemaps
on a Remix projectExpected Result
When I see the question "Which framework, bundler or build tool are you using?", I should be able to select my framework by pressing my keyboard arrow keys.
Actual Result
When I see the question "Which framework, bundler or build tool are you using?", I cannot move my cursor using keyboard arrows. The app appears to freeze. I can't do Ctrl+C to quit it either. I can only press Enter to accept the currently highlighted framework (which is
tsc
).