Open pe1uca opened 5 days ago
Unfortunately, I'm unable to replicate the issue with the provided selections. Can you trim it down to only the minimally reproducible portions (i.e. only selecting paraglide
rather than every add-on) and providing a link to a reproduction repo?
Same thing with minimal options selected, here's the link to the repo https://github.com/pe1uca/testSvCreate
┌ Welcome to the Svelte CLI! (v0.5.11)
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with Typescript?
│ Yes, using Typescript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ paraglide
│
◇ Which languages would you like to support? (e.g. en,de-ch)
│ es,en
│
◇ Do you want to include a demo?
│ Yes
│
◇ Which package manager do you want to install dependencies with?
│ bun
│
◆ Successfully setup integrations
│
◇ Successfully installed dependencies
When creating a project using
bunx sv create new-project
and selecting the options below, the app doesn't run with errorENOENT: No such file or directory
This seems to be because the project doesn't include the files necessary inside
src/lib/paraglide
which are referenced in thevite.config.ts
file.After commenting the paraglide plugin and the references in the project it can properly start.