npm install ran ok, although with warnings about old packages. The template then fails to build and run, with the message:
Package subpath './compiler.js' is not defined by "exports"
This can be fixed by running a command like npm install rollup-plugin-svelte@7.0.0, which fixes that issue, but on trying it again I see
TypeError: App.render is not a function
npm installran ok, although with warnings about old packages. The template then fails to build and run, with the message:This can be fixed by running a command like
npm install rollup-plugin-svelte@7.0.0, which fixes that issue, but on trying it again I see