Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question