Closed frederikhors closed 5 years ago
Do you have latest version installed?
"sirv-cli": "0.4.3"
Yeah, I see the problem. I already fixed this But forgot it was in the next
branch. That's why I asked, sorry
How fast track it for master fix
Nevermind, the actual fix was much simpler so only needed to patch that part :)
Many times when I open my browser waiting for the sirv server to start it gives an error like this in console:
I'm using
sveltejs/template
(rollup one)and running from a
package.json
script like this:"start:dev": "sirv dist --dev -s"
.If I close my browser page and try to re-run everything works again!