J
J
JustHum6n2020-05-18 19:03:48
Node.js
JustHum6n, 2020-05-18 19:03:48

Why did create-react-app stop loading?

I ran into a problem that for some reason the installation of react stopped. For more than 10 minutes, the loading slider did not move
5ec2b1d30423f958680985.jpeg
5ec2b40169ede425384533.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
microlabig, 2020-05-19
@microlabig

Try it via yarn (if installed):
yarn create react-app my-app
https://create-react-app.dev/docs/getting-started/#yarn
Also check the version of node.js installed on your PC. It may be worth updating and trying again through npx (after deleting the node_modules and packages.lock.json folder in the project folder)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question