-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conflicting Peer Dependencies #271
Comments
This is an issue with the upstream SSWR library and our use of dependencies versus optional deps. I'll take a look, thanks! |
Closing as a duplicate of #248 |
Thanks! And sorry, didn't see there was already an issue open 🤦 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error when running
npm i
with the AI SDK installed (version2.1.14
). Conflicting peer dependency versions betweensswr
package andai
.ai
says Svelte must be version 4 or higher, whereassswr
is saying version 3.59.2 or higher.I'm getting this error using Next 13.4.7. Ironically I'm not using Svelte at all, but it is causing a dependency issue. Curious to see if anyone else is getting this same issue. Could be something I'm doing or something I can resolve.
I included I full log file below.
The text was updated successfully, but these errors were encountered: