QuickBase / babel-plugin-styled-components-css-namespace

A babel plugin to add css namespaces (and increase specificity) of styled-component classes.
MIT License
118 stars 32 forks source link

The development server NOT Starting #58

Open eDubrovsky opened 4 years ago

eDubrovsky commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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