Open EricAndresen opened 2 days ago
0.14.1
doesn't support Svelte 5 yet. 0.15.0
will be the version that supports Svelte 5
To clarify I wasn't trying to install 5, I followed the instructions in the readme and Svelte 5 was installed, which crashed the application when I tried to run it. I think the npm scripts are installing Svelte 5 by default now that it's out of beta.
Ah yes makes sense, I expect to release 0.15.0 soon so I'll leave it broken for now
Excited for the next release!
As of 0.14.1 on Linux I get this error when trying to render a Svelte component in a LiveView template.
Solved by downgrading to Svelte 4 with
npm i svelte@4
in theassets
folder.