#Valid Svelte code not parsing after Astro package update I believe
17 messages · Page 1 of 1 (latest)
Same situation here.
I don't know if you use typescript but if you do, try removing it where it complains. Weirdly it complained about it in 3 of my files, and after removing it it works again. The weird thing is that other files do use ts fine
currently downgrading to astro 5.4.2
Didn't work personally, lmk if it does on your side!
deleting node modules and all resolved my issue
could it be cache related?
try deleting your node modules folder and reinstalling it
After downgrading to 5.4.2?
Deleted my node modules folder, bun i, but it still doesn't work unfortunately
Tried to downgrade to 5.4.2 and bun i after deleting node modules folder, same problem
bun pm cache rm didn't help either, ah
@manic pond ||sorry for the ping but I might be one answer away from fixing it, and this sudden bug is annoying me ^^'||
I am facing the same issue
I installed npm, deleted the node modules folder, did npm cache clean --force, npm install, then went back to bun with bun dev, and it works now
And it looks like whenever I od bun i it crashes again, so stick with npm install for now I guess