-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal is unresponsive after running Vite #17933
Comments
I'm using Manjaro Linux with zsh and I can confirm this issue as well. Steps to reproduce:
|
I have the same issue in WSL2 Ubuntu 22 bash |
I'm pretty sure this is the same problem as #16928 |
I found test cases in Node that check for this behavior:
|
Any updates on this? #16928 seems to have been merged (and presumably released?) but I am experiencing this behavior with deno 1.37.1 on macOS 13.6, arm64, macports, bash 5.2. Interestingly if I switch my shell from bash: > deno run -A npm:create-vite-extra vite
✔ Select a template: › deno-svelte
✔ Select a variant: › TypeScript
Scaffolding project in /Users/wryfi/tmp/deno-test/vite...
Done. Now run:
cd vite
deno task dev
> cd vite
> stty
speed 38400 baud;
iutf8
-iexten
> deno task dev
> # `stty` again but nothing echoes
speed 38400 baud;
min = 1; time = 0;
-brkint -icrnl iutf8
-isig -icanon -iexten -echo zsh: > stty
speed 38400 baud;
iutf8
-iexten
> deno task dev
> stty
speed 38400 baud;
-brkint -icrnl iutf8
-isig -iexten |
I believe this is now fixed thanks to #20892 |
Reported on Discord by @dominikg
The text was updated successfully, but these errors were encountered: