You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install, it gives the following message after running "npm run dev -- --open"
path\to\project\node_modules\@sveltejs\kit\svelte-kit.js:2
import './dist/cli.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
I have tried with different settings, such as turning TypeScript, ESLint and prettier off and on, but it doesnt seem to change anything, I still get the same issue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I am trying to start up a new SvelteKit project using the tutorial found on https://svelte.dev/blog/sveltekit-beta
After install, it gives the following message after running "npm run dev -- --open"
I have tried with different settings, such as turning TypeScript, ESLint and prettier off and on, but it doesnt seem to change anything, I still get the same issue.
The text was updated successfully, but these errors were encountered: