Home > Blockchain >  npx create-react-app project , it is getting stuck
npx create-react-app project , it is getting stuck

Time:01-13

While running the command npx create-react-app projectname , it is getting stuck at this point. I am waiting for it to proceed for hours.

enter image description here

Kindly help.

CodePudding user response:

got the same issue when trying to run this on windows terminal, try making it in vscode's terminal it should be fixing it..

CodePudding user response:

First Stage: npm config set registry http://registry.npmjs.org/ --global npm cache clear --force Delete your package-lock.json file(it will automatically get created after npm i). Now try for npm install

Second Stage: In your project directory type npm init npm update Restart your IDE Try installing dependency again

Third Stage: Unistall node and npm Reinstall node again

link: https://dev.to/_ayushcode/fix-npx-create-react-app-stuck-or-hangs-when-installing-or-react-dependencies-getting-stuck-during-npm-install-37dj

  •  Tags:  
  • Related