Importing Dato Node Client via ES6 Modules (SvelteKit)

Could you try running it with the flag --input-type=module ?
If it doesn’t work, you can also try and add the parameter "type": "module" to your package.json

Let me know if it works!