Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI not responding after the create-react-app command #9396

Closed
abhishekmoore opened this issue Jul 31, 2020 · 3 comments
Closed

CLI not responding after the create-react-app command #9396

abhishekmoore opened this issue Jul 31, 2020 · 3 comments

Comments

@abhishekmoore
Copy link

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.

@adamalston
Copy link
Contributor

Try cleaning your cache:
npm cache clean --force

Reference: https://stackoverflow.com/questions/47843056/create-react-app-not-working

@stale
Copy link

stale bot commented Aug 31, 2020

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Aug 31, 2020
@stale
Copy link

stale bot commented Sep 5, 2020

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.

@stale stale bot closed this as completed Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants