-
Notifications
You must be signed in to change notification settings - Fork 625
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
Getting an error on yarn start #48
Comments
Hi all, unfortunately, I am getting the exact same error and do not know how to debug. Already tried a removing the node modules, a fresh install and updating the node modules. Nothing works for me. Thanks in advance |
Hi @ShirishRam and @ag, it seems the problem is due to the Node version you are using: 14.3.0. I found this issue and it's probably the same reason this error is occurring. Try to run |
Hey, Lots of projects seem to be impacted by this issue. I've tried to use node 14 and run We need to update the project AND our main application before fixing this whole thing. Definitely need to do this asap. Can you use node 12 for now? I've noted node 12.18 does not work, node 12.10 does... =( |
I encountered the same problem. I could solve it by removing However then with the new versions (in the specified range) of all the other packages as well, the app will be built and started but without content on the cards and errors in the console. Thap happens with HEAD as well as with downloaded previous betas Since the first problem seems to be occurring with new versions of node that might also be the cause to break the app. The console errors hint at a problem with a called Might be worth a separate issue though |
i tried this method on node v14.15 but it shows, as mentioned previously, empty cards |
We finally decided to remove react-spring from the project and switched to framer/motion which is stable ! Project runs fine on node 14.15, both on dev and built versions. Thanks to @val-fcn for his work and @VincentCtr for the review and small finishing touches. I'm finally closing this ! |
I am getting an error on running yarn start in my local box. Below is the error stack trace:
OS version: macOS Catalina 10.15.1
Node version: 14.3.0
The text was updated successfully, but these errors were encountered: