Unable to create react app : npm stuck at “found 0 vulnerabilities”

I am creating a react app after passing the command create-react-app app-name the npm stops at found 0 vulnerabilities. However, my directory has been created with 2 files package.json and package-lock.json and a folder node-modules.


Solution 1:

After downloading and installing Node v12.13.1 x86 instead of x64 I managed to create React app!