-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Fixed SvelteKit related issues #7231
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Ignored Deployments
|
@alec-c4 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
@anthonyshew @NicholasLYang Hey! May I ask you check what's wrong with PR? |
Hey @alec-c4 could you fix the conflicts here? Then we should be able to get it in 👍🏼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts need to be resolved
Hey @tknickman — I've resolved conflicts, but there are some issues with deployment to the Vercel :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the pnpm lock file for the example is out of date and that's why the install is failing on Vercel. A pnpm install should fix it up!
Looks like this one has fallen stale. I believe it's also been superceded by other work. Feel free to open a PR with any more improvements you see with today's iterations! |
Description
Fixed SvelteKit related issues:
Cannot find base config file "./.svelte-kit/tsconfig.json"
- New Vite requirements gives warning when building "for the first time" sveltejs/kit#5390Testing Instructions