xulioc / sveltekit-supabase-dashboard

Dashboard inspired by Supabase UI and made with SvelteKit as frontend and Supabase as backend.

Home Page:https://sveltekit-supabase-dashboard.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflicting peer dependency: @sveltejs/kit@1.7.0

LarryEitel opened this issue · comments

I have cloned this repo to a fresh folder. Then I try to install Supabase CLI and get the following:

Larry@ASUS MINGW64 /c/__repos/_sv/svpinz (main)
$ npm install supabase --save-dev
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: sveltekit-supabase-dashboard@0.1.0
npm ERR! Found: @sveltejs/adapter-auto@1.0.0-next.80
npm ERR! node_modules/@sveltejs/adapter-auto
npm ERR!   dev @sveltejs/adapter-auto@"^1.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev @sveltejs/adapter-auto@"^1.0.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @sveltejs/kit@1.7.0
npm ERR! node_modules/@sveltejs/kit
npm ERR!   peer @sveltejs/kit@"^1.0.0" from @sveltejs/adapter-auto@1.0.3
npm ERR!   node_modules/@sveltejs/adapter-auto
npm ERR!     dev @sveltejs/adapter-auto@"^1.0.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! C:\Users\Larry\AppData\Local\npm-cache\_logs\2023-02-16T18_50_19_941Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Larry\AppData\Local\npm-cache\_logs\2023-02-16T18_50_19_941Z-debug-0.log

Resolved by following instructions to install supabase CLI on windows using Scoop.