deno icon indicating copy to clipboard operation
deno copied to clipboard

Svelte `preview` server crashes when running in Deno

Open ylor opened this issue 4 months ago • 3 comments

$ deno --version
deno 2.0.0 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2

deno run dev works as expected but when running deno run build && deno run preview it fails with ERR_EMPTY_RESPONSE. Works as expected in both node and bun.

Please let me know if you have any questions or need further info. Thanks to the devs for all their hard work!

Minimal sample repro project: https://github.com/ylor/deno-repro-svelte

ylor avatar Oct 10 '24 14:10 ylor