oven-sh / bun

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

[wsl] dev server of nuxt is incredible slow (timeouts) when running with bun #4665

Open Fuzzyma opened 1 year ago

Fuzzyma commented 1 year ago

What version of Bun is running?

1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983

What platform is your computer?

Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64

What steps can reproduce the bug?

Follow the instructions on the official bin for nuxt docs: https://bun.sh/guides/ecosystem/nuxt

What is the expected behavior?

Dev server spinning up and being incredibly fast :D

What do you see instead?

After a few minutes of loading the browser gets its html. However, css and js request time out.

Here I stopped waiting after 2.5min grafik

Additional information

No response

texastoland commented 1 year ago

Not exactly a dup of #3771 but probably helpful to group issues there? That's what they did for other projects like Vite AFAICT.