create app using specific react version #13732
Unanswered
Guillermo-HR
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @Guillermo-HR, this seems to be a current open problem as you can see in both #13721 and #13727.
instead of the npx command, or you can try this if you need to keep using npm. As long as this project remains stale this might be the best applicable solution to your issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I know I should't spam it here but I made a React template (which I'm still updating whenever I can) with some useful deps already configured. Maybe this can help you more with your projects in general. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everybody,
I'm following a tutorial (https://github.com/Maclinz/expense-tracker_fullstack) that uses node.js and react for the front end. I'm currently using node v22.12.0. When I run the command
npx create-react-app frontend
from my root I get the following error:It is because it installs react v19, I searched how to install react v18 previously but I can't figure out how to solve the issue.
I used the flag
--legacy-peer-deps
but it doesn't resolve the problemBeta Was this translation helpful? Give feedback.
All reactions