Skip to content

Create-react-app no longer supported #12314

Answered by urvashi912
manny0328 asked this question in General
Discussion options

You must be logged in to vote

you might want to try the following after I have looked into this problem further:

npm uninstall -g create-react-app

yarn global remove create-react-app

which create-react-app - If it returns something (e.g. /usr/local/bin/create-react-app), then do a rm -rf /usr/local/bin/create-react-app to delete manually.

npm cache clean --force

npm cache verify

npx create-react-app@latest


wish you good luck :)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@SebZG
Comment options

Answer selected by manny0328
Comment options

You must be logged in to vote
2 replies
@usapokemon
Comment options

@Naveen04051998
Comment options

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