Answers for "cant use my react app created from create-react-app anymore"

2

npx create-react-app my-app not working

npm uninstall -g create-react-app
npm cache clean --force
npm install -g create-react-app
Posted by: Guest on January-10-2021
0

you are running create-react-app

npx clear-npx-cache #worked for me.
Posted by: Guest on December-31-2021

Code answers related to "cant use my react app created from create-react-app anymore"

Browse Popular Code Answers by Language