Description
Hi
I have a problem installing react
My configuration:
$ node --version
v12.18.2
$ npm --version
6.14.7
$ create-react-app --version
3.4.1
After I run the command
npx create-react-app my-app
I have this output on terminal, I have tried every possible thing updating, etc and now I'm pissed off.
Creating a new React app in D:\dev-practice\Frontend\Qazi\sample.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
core-js@2.6.11 postinstall D:\dev-practice\Frontend\Qazi\sample\node_modules\babel-runtime\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"
core-js@3.6.5 postinstall D:\dev-practice\Frontend\Qazi\sample\node_modules\core-js
node -e "try{require('./postinstall')}catch(e){}"
core-js-pure@3.6.5 postinstall D:\dev-practice\Frontend\Qazi\sample\node_modules\core-js-pure
node -e "try{require('./postinstall')}catch(e){}"
- cra-template@1.0.3
- react-scripts@3.4.1
- react@16.13.1
- react-dom@16.13.1
added 1607 packages from 750 contributors in 156.199s
63 packages are looking for funding
run npm fund
for details
The terminal is still running and I have only node_modules and package.json file in my project, please help.