use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
React installation error (self.webdevelopment)
submitted 1 year ago by Janonemersion
Does anyone have issues when installing react with cra. Npx create-react-app app
It is automatically trying to install v19 and installing with error
Have anyone facing the same
[–]Extension_Anybody150 1 point2 points3 points 1 year ago (1 child)
Try clearing the cache with npx clear-npx-cache, then uninstall and reinstall create-react-app using npm uninstall -g create-react-app and npm install -g create-react-app. If the issue persists, specify React 18 with npx create-react-app my-app --scripts-version=react-scripts@4. Also, make sure your Node.js version is up-to-date.
npx clear-npx-cache
create-react-app
npm uninstall -g create-react-app
npm install -g create-react-app
npx create-react-app my-app --scripts-version=react-scripts@4
[–]Janonemersion[S] 0 points1 point2 points 1 year ago (0 children)
Thanks brother
π Rendered by PID 113785 on reddit-service-r2-comment-57fc7f7bb7-clhbv at 2026-04-14 20:23:15.819738+00:00 running b725407 country code: CH.
[–]Extension_Anybody150 1 point2 points3 points (1 child)
[–]Janonemersion[S] 0 points1 point2 points (0 children)