create-react-app hangs before creating the src folder
See original GitHub issueI use create-react-app first-app
and get:
and it just hangs there forever.
These are the contents of first-app
after killing the process:
I tried npx create-react-app
and didn’t work.
Am using npm@6.12.0, node@12.13.0 and create-react-app@3.2.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:28
Top Results From Across the Web
reactjs - public, src,and scripts folder not created while using ...
I am trying to create a new project using create-react-app using the command given on the docs i.e npx create-react-app my-app but it ......
Read more >Troubleshooting - Create React App
Check that your file is imported by your entrypoint. · If your project is in a Dropbox folder, try moving it out. ·...
Read more >What Does Create-React-App Actually Do? | by Andrew Mc
It finds information about your system, looks if you have any flags attached, and makes sure you specified a folder to output. Then...
Read more >create-react-app not working ⚠️ error solved - YouTube
In this video, we will solve the error in reactjs that We no longer support global installation of Create React App. ✔️ create...
Read more >react-app-rewired - npm
1) Install react-app-rewired · 2) Create a config-overrides.js file in the root directory · 3) 'Flip' the existing calls to react-scripts in npm ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Solved. I found that the green leaf-like symbol “econo symbol” marked a
suspended
process.I traced it down in the
Resource monitor
and resumed it.Thanks! This helped a lot, uninstalled and installed node 5 times and visual studio code 2 times and git 1 time make it work.