When I try to create new app using command
npx create-react-app
then it stuck in found 0 vulnerabilities as shown below. It doesn't move ahead after that.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
> [email protected] postinstall E:\reactProject\sumit\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> [email protected] postinstall E:\reactProject\sumit\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> [email protected] postinstall E:\reactProject\sumit\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
added 1585 packages from 745 contributors and audited 1589 packages in 143.456s
64 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
How to fix it.