I am unable to start react project using create-react-app. I waited for an hour but there was no response in the terminal. I have also tried reinstalling node.js and run the following commands
-> npm cache clean --force
-> npm install -g create-react-app
-> npx create-react-app hello-world
But these didn't work. My node version:10.18.0, npm version:6.13.4.