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
The Skeleton Project produced by npm init doesn't appear to be able to run with npm run dev, it produces the following error: ENOENT: no such file or directory, open '**omitted**/test/.svelte-kit/dev/components/.svelte-kit/dev/components/layout.svelte'.
There are no problems with running the app when built, only the dev server appears to have issues.
Reproduction
npm init svelte@next test
Select Skeleton Project
Select Typescript: Yes
Select Linting: No
Select Prettier: No cd test npm run dev
Visit localhost:3000 in browser and the error message will be displayed
Describe the bug
The Skeleton Project produced by npm init doesn't appear to be able to run with
npm run dev
, it produces the following error:ENOENT: no such file or directory, open '**omitted**/test/.svelte-kit/dev/components/.svelte-kit/dev/components/layout.svelte'
.There are no problems with running the app when built, only the dev server appears to have issues.
Reproduction
npm init svelte@next test
Select
Skeleton Project
Select Typescript:
Yes
Select Linting:
No
Select Prettier:
No
cd test
npm run dev
Visit
localhost:3000
in browser and the error message will be displayedLogs
No response
System Info
Severity
serious, but I can work around it
Additional Information
Note: I have other SvelteKit projects that run fine on this machine that I created months ago, but all new projects have this issue.
The text was updated successfully, but these errors were encountered: