Skip to content
Discussion options

You must be logged in to vote

Hi, I've transferred your issue to discussions as this is a more appropriate place for it.

The problem is explained in the error logs:

npm ERR! Could not resolve dependency:
npm ERR! peer @sveltejs/kit@"^1.15.2" from @supabase/[email protected]
npm ERR! node_modules/@supabase/auth-helpers-sveltekit
npm ERR!   @supabase/auth-helpers-sveltekit@"^0.9.4" from the root project

This says that the @supabase/[email protected] supabase dependency requires @sveltejs/kit@"^1.15.2", that is SvelteKit 1, but your project has installed SvelteKit 2.

Fortunately, there is a newer version of the superbase dependency that supports SvelteKit 2. You'll need to update to a later version h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gorayaa66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11964 on March 10, 2024 06:11.