Hello
Using last version of SvelteKit and node 16.15.0 i get this error :
(node:15002) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. Unexpected token 'export'
adding "type":"module" to node_modules/@glidejs/glide/package.json fix the problem