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.
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

