We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build when an 'index' route page is present
Using @sveltejs/adapter-vercel error during build: Error: EEXIST: file already exists, symlink '![-]/catchall.func' -> '.vercel/output/functions/index.func'
Seems related to #13679 Works when downgrading to @sveltejs/adapter-vercel 5.6.3
Repro
Running npm build results in the error.
npm build
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 20.19.1 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.8.2 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: @sveltejs/adapter-auto: ^3.0.0 => 3.3.1 @sveltejs/adapter-vercel: ^5.7.0 => 5.7.0 @sveltejs/kit: ^2.5.27 => 2.20.7 @sveltejs/vite-plugin-svelte: ^5.0.0 => 5.0.3 svelte: ^5 => 5.28.2 vite: ^6.0.0 => 6.3.3
serious, but I can work around it
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Unable to build when an 'index' route page is present
Using @sveltejs/adapter-vercel
error during build:
Error: EEXIST: file already exists, symlink '![-]/catchall.func' -> '.vercel/output/functions/index.func'
Seems related to #13679
Works when downgrading to @sveltejs/adapter-vercel 5.6.3
Reproduction
Repro
Running
npm build
results in the error.System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: