I tried to run it again but still the same issue.
I am using:
node : v14.0
npm: 6.14.4
Below is the screenshot of the problem.

Urgently need to resolve.
try normal cmd or powershell
check your internet connection
if same problem occurs
npm cache clean --force
then try again
tried with cmd and powershell,
internet connection is not a problem. Both options are not working.
npm cache clean --force, tried this but still getting the issue.
try using yarn
install yarn
then try
npx create-react-app myapp
node automatically use yarn instead of npm
hey karthik,
try this method too. The node modules got installed but then it got stucked again. The react scripts are not installed. src and public folder (the boiler plates) didn't downloaded.

i'm using same node 14.0.0 .. here working fine ,
so i can't re-create same problem
maybe try to create node project and install some packages ,
npm init -y
npm install express
etc..
it's working fine then,
After try to create react-app
if still get error re-install node or use LTS version of node
I tried this.
Installed the LTS as well but it starts with installing the node modules and stops at this point.
installing react, react-dom, and react-scripts with cra-template...
hey karthik,
try this method too. The node modules got installed but then it got stucked again. The react scripts are not installed. src and public folder (the boiler plates) didn't downloaded.
Facing the same issue form the past two days, but havent found any solution
I tried to uninstall all npm and node files. Installed from the scratch. Still getting this issue.
Hey guys, after hours of search, I found a quick solution for this. I went to resource monitor and found that cmd.exe was suspended. I resumed it, and the process resumed in npx create-react-app.

I don't know if it is permanent solution because every time we have to resume the process. If anyone finds the alternate please mention here.
Hey guys, after hours of search, I found a quick solution for this. I went to resource monitor and found that cmd.exe was suspended. I resumed it, and the process resumed in npx create-react-app.
I don't know if it is permanent solution because every time we have to resume the process. If anyone finds the alternate please mention here.
Hey, thank you for the above solution. It worked for me. :)
That's new ...
maybe system suspended cmd process low resources or doing windows update on background...
maybe try using Windows Terminal (preview)
you can get from Microsoft Store
Power Shell 7 - You can download from official github place (.msi package)
I love use this,, maybe this solve your problem
Hey guys, after hours of search, I found a quick solution for this. I went to resource monitor and found that cmd.exe was suspended. I resumed it, and the process resumed in npx create-react-app.
I don't know if it is permanent solution because every time we have to resume the process. If anyone finds the alternate please mention here.
I have been stuck at "found 0 vulnerabilities" in cmd almost more than 2 weeks when ran npx create-react-app. Finally this worked. 馃憤
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.
Most helpful comment
Hey guys, after hours of search, I found a quick solution for this. I went to resource monitor and found that cmd.exe was suspended. I resumed it, and the process resumed in npx create-react-app.
I don't know if it is permanent solution because every time we have to resume the process. If anyone finds the alternate please mention here.