I'm having problem installing create-react-app on my windows 10. I have followed these steps but it's taking way too long and then the process stopped. These are the steps i followed:
npm install -g create-react-app
create-react-app myproject
I have also tried installing the package using this code:
npx create-react-app my-app
but it took way too long and never downloaded.
Thanks in advance.