0
I have a problem trying to create an application with React. Using the command npx create-react-app
only is created the node_modules
and the package.json
and no more template that should come. I have tried using npm uninstall -g create-react-app
if the problem was that it had installed global but the error continues to happen.
I had already created other applications with React before normally but now every time I try I have this problem.
How can I correct this mistake and make it work normally?
Thank you in advance
See if that solves your problem: I can’t create a project with create-React-app
– Rafael Tavares
I tried already to follow these steps but the error keeps happening
– Matth Guitar