Svelte kitchen sink application shows Blank page

I’m following the guide on this page to run f7 svelte kitchen sink,
https://framework7.io/svelte/kitchen-sink.html
when I run npm run svelte:prod it works, it opens the application in browser

but when I run npm run svelte:dev I’m getting a blank page with error on console,
Am I missing anything ?