create-React-app by only creating Node module and package.json

Asked

Viewed 130 times

0

inserir a descrição da imagem aqui

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.