question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create-react-app hangs before creating the src folder

See original GitHub issue

I use create-react-app first-app and get:

react-bug

and it just hangs there forever.

These are the contents of first-app after killing the process: react-bug2

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:closed
  • Created 4 years ago
  • Comments:28

github_iconTop GitHub Comments

21reactions
mohd1996commented, Oct 26, 2019

Solved. I found that the green leaf-like symbol “econo symbol” marked a suspended process. econo_symbol

I traced it down in the Resource monitor and resumed it.

econo_symbol_2

5reactions
Sutikshcommented, Jun 10, 2020

Thanks! This helped a lot, uninstalled and installed node 5 times and visual studio code 2 times and git 1 time make it work.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found