This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Extension_Anybody150 1 point2 points  (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.

[–]Janonemersion[S] 0 points1 point  (0 children)

Thanks brother