Skip to content
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

Error installing remix-auth v2.1.1 #39

Closed
tessellator opened this issue Nov 4, 2021 · 1 comment · Fixed by #40
Closed

Error installing remix-auth v2.1.1 #39

tessellator opened this issue Nov 4, 2021 · 1 comment · Fixed by #40

Comments

@tessellator
Copy link
Contributor

I am trying to install remix-auth into a remix app and am receiving the following error:

➜  my-remix-app npm i remix-auth
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: remix-app-template@undefined
npm ERR! Found: remix@0.20.1
npm ERR! node_modules/remix
npm ERR!   remix@"^0.20.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer remix@"^0.19.2" from remix-auth@2.1.1
npm ERR! node_modules/remix-auth
npm ERR!   remix-auth@"*" 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.
@sergiodxa
Copy link
Owner

You need to upgrade to use Remix v0.20.1, the main breaking change is that you need to update some command to runyour app, check https://github.com/remix-run/remix/releases/tag/v0.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants