N00nDay / stwui

Opinionated yet customizable Svelte-TailwindCSS component library
stwui.vercel.app
MIT License
451 stars 21 forks source link

Conflict SvelteKit version #129

Closed levinhtin closed 1 year ago

levinhtin commented 1 year ago

My project is using sveltekit version 1.18.0

When I install STWUI, it shows an error:


npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: test-project@0.0.1
npm ERR! Found: @sveltejs/kit@1.18.0
npm ERR! node_modules/@sveltejs/kit
npm ERR!   dev @sveltejs/kit@"^1.18.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @sveltejs/kit@"1.16.2" from stwui@0.13.0-next
npm ERR! node_modules/stwui
npm ERR!   dev stwui@"*" 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.```
N00nDay commented 1 year ago

Just need to update the dependencies. I have it committed just need a second to package and push.

N00nDay commented 1 year ago

Should be fixed with package 0.13.1-next