You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for Auth.js, it has been working wonderfully for muliple of my Next.js apps.
I've now been wanting to use it on a SolidStart application I'm building and followed the instructions here. However, the first step, i.e. running npm i @auth/solid-start fails with the following error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: example-basic@undefined
npm ERR! Found: @solidjs/[email protected]
npm ERR! node_modules/@solidjs/meta
npm ERR! @solidjs/meta@"^0.29.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @solidjs/meta@"^0.28.0" from [email protected]
npm ERR! node_modules/solid-start
npm ERR! peer solid-start@"^0.2.14" from @auth/[email protected]
npm ERR! node_modules/@auth/solid-start
npm ERR! @auth/solid-start@"*" 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! /home/moreillon/.npm/_logs/2024-11-14T04_21_06_556Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /home/moreillon/.npm/_logs/2024-11-14T04_21_06_556Z-debug-0.log
I apologize if I'm doing something wrong but could anyone please tell me what version of Solid/SolidStart I should work with?
How to reproduce
Create a SolidStart project with the following package.json:
The text was updated successfully, but these errors were encountered:
maximemoreillon
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Nov 14, 2024
Environment
Reproduction URL
https://github.com/maximemoreillon/vocabulary
Describe the issue
Hello
Thank you very much for Auth.js, it has been working wonderfully for muliple of my Next.js apps.
I've now been wanting to use it on a SolidStart application I'm building and followed the instructions here. However, the first step, i.e. running
npm i @auth/solid-start
fails with the following error:I apologize if I'm doing something wrong but could anyone please tell me what version of Solid/SolidStart I should work with?
How to reproduce
Create a SolidStart project with the following
package.json
:and then run
Expected behavior
@auth/solid-start should get installed
The text was updated successfully, but these errors were encountered: