0

This is where code is stuck

$ npx create-react-app myapp1                                                                                                                                                                                                npx: installed 99 in 69.254s

Creating a new React app in C:\Users\bn803\onedrive\desktop\myapp1.

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 C:\Users\bn803\onedrive\desktop\myapp1\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js@3.6.5 postinstall C:\Users\bn803\onedrive\desktop\myapp1\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"


> core-js-pure@3.6.5 postinstall C:\Users\bn803\onedrive\desktop\myapp1\node_modules\core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"

+ cra-template@1.0.3
+ react-dom@16.13.1
+ react-scripts@3.4.1
+ react@16.13.1
added 1606 packages from 750 contributors and audited 931196 packages in 629.367s

58 packages are looking for funding
  run `npm fund` for details       

found 0 vulnerabilities
Phix
  • 9,364
  • 4
  • 35
  • 62

1 Answers1

1

The solution is that you go to cmd type resmon and at the time of running you will find cmd.exe suspended in processes so just resume but every single time you create the project you have to do this.

Dharman
  • 30,962
  • 25
  • 85
  • 135