React 19: Fails to install #10380
Replies: 3 comments 1 reply
-
just followed the installation instruction from the doc here and got the same failure |
Beta Was this translation helpful? Give feedback.
-
This might be a further technical consideration from Remix as a whole... Is remix going away since react router 7 is taking over what remix used to be? Would like to see an official response on if us remix adopters need to consider remix upgrades or if we should ditch it and migrate to purely react with its new router? |
Beta Was this translation helpful? Give feedback.
-
I tried to upgrade react, vite, and typescript. But I could not do because remix does not use the latest version of them as pear dependencies.
It can be overridden.
@remix-run/dev uses
We have to wait til they update the packages. |
Beta Was this translation helpful? Give feedback.
-
Overview
When installing remix-run/[email protected] into a React 19.0.0 project it fails. I have tried a variety of solutions(Listed below), I hope this is not a duplicate question/issue - any help is welcomed. I am just sorta new to this type of development, thank you all!
The Reasoning
Logging
What have I tried
I have tried a lot of things but not limited to:
--force
and--legacy-peer-deps
Beta Was this translation helpful? Give feedback.
All reactions