While running this command "create-react-app myapp" get stuck as shown in the below screenshot: It's got created 3files as below in this directory "D:\usr\local\myapp"
1) node_modules - folder
2) package.json
3) package-lock.json
D:\usr\local>create-react-app myapp
Creating a new React app in D:\usr\local\myapp.
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:\usr\local\myapp\node_modules\babel-runtime\node_ modules\core-js node -e "try{require('./postinstall')}catch(e){}"
core-js@3.6.5 postinstall D:\usr\local\myapp\node_modules\core-js node -e "try{require('./postinstall')}catch(e){}"
core-js-pure@3.6.5 postinstall D:\usr\local\myapp\node_modules\core-js-pure node -e "try{require('./postinstall')}catch(e){}"
- react-dom@16.13.1
- cra-template@1.0.3
- react-scripts@3.4.1
- react@16.13.1 added 1606 packages from 750 contributors and audited 931424 packages in 216.515 s
58 packages are looking for funding
run npm fund
for details
found 1 low severity vulnerability
run npm audit fix
to fix them, or npm audit
for details
OR below screenshot: Error screenshot from cmd