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

The development server NOT Starting #58

Open
eDubrovsky opened this issue Apr 24, 2020 · 2 comments
Open

The development server NOT Starting #58

eDubrovsky opened this issue Apr 24, 2020 · 2 comments

Comments

@eDubrovsky
Copy link

eDubrovsky commented Apr 24, 2020

Hi!
I use CRA and the development server NOT starting (without errors, only "Starting the development server..." in console displayed).

package.json:
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.0-rc4"
"react-app-rewired": "^2.1.5",
"customize-cra": "^0.9.1",
"react-scripts": "3.4.1"

But, if I change "react-scripts" to "3.2.0" - all work fine.

@zachhardesty7
Copy link
Contributor

Did a bit of digging since I just ran into this. For me, the issue was related to the version of Node installed. You need to use v12.4 or lower, see #56 & #54. I also didn't get any error and debugging it was difficult.

@luanraithz
Copy link

luanraithz commented Jun 7, 2020

Which OS do you use? I've got some issues using Windows that seems to be the same you had. I think that was a bug with deasync, but It's removed now.
Commit where It was removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants