oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
72.31k stars 2.58k forks source link

Raw mode bug with `bunx --bun create-qwik` #5824

Open robobun opened 10 months ago

robobun commented 10 months ago

I have been seeing this issue when using start script from different frameworks with bun. It will skip the "select a starter" section without allowing to user to select an option. Does anyone know what could be causing this and how to fix it?

image.png

Originally reported on Discord: bun run skipping user input

bncbodrogi commented 9 months ago

I had the same issue on Debian in WSL. Node reinstall solved it.