No Svelte 4 Support...
rchrdnsh opened this issue · 8 comments
rchrdnsh commented
bosticka commented
I have the same issue. As a workaround, I switched to pnpm. pnmp issues an unmet peer warning but still works and uses svelte 4. pnpm is better than npm anyway...
arackaf commented
Sorry - been on vacation - will look to fix soon
bosticka commented
Thank you. Appreciate it!
bluepuma77 commented
Maybe something like this helps in package.json:
"svelte": "^3.54.0 || ^4.0.0"
At the moment the svelte 3 requirement is preventing the build of my project.
thecodejack commented
@arackaf Let know if you have made some progress on this? Else I can try to take it up?
arackaf commented
SO SORRY for the delay. I just pushed a new version with what @bluepuma77 suggested. Can someone test it? I don't have a Svelte project handy that's running on v4
arackaf commented
@thecodejack thanks - finally got to it tho :)
arackaf commented
Just tested and seems to work
