-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Comments
Try cleaning your cache: Reference: https://stackoverflow.com/questions/47843056/create-react-app-not-working |
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. |
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. |
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...
added 1607 packages from 750 contributors in 156.199s
63 packages are looking for funding
run
npm fund
for detailsThe terminal is still running and I have only node_modules and package.json file in my project, please help.
The text was updated successfully, but these errors were encountered: