I want to create a new react app. But during create-new-app
,the procedure does not reach happy hacking. It halts after installing node_modules
.
After installing nodejs v12.4.0
and npm 6.9.0
I followed the steps:
npm -g create-react-app
create-react-app router
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
[email protected] postinstall C:\Users\Lenovo\rout\node_modules\babel-runtime\node_modules\core-js node scripts/postinstall || echo "ignore"
[email protected] postinstall C:\Users\Lenovo\rout\node_modules\core-js node scripts/postinstall || echo "ignore"
+ [email protected]
+ [email protected]
+ [email protected]
added 1444 packages from 685 contributors and audited 905233 packages in 107.212s
found 0 vulnerabilities
halted at this point.