Open eDubrovsky opened 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.
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
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.