-
Notifications
You must be signed in to change notification settings - Fork 100
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
Error on startup #47
Comments
As per the link you've shared, this is a compatibility issue with the latest (non-LTS) version of node. Perhaps upgrading to the latest version of |
I did
Detailed console output:
|
This can be fixed by switching to fomantic-ui-css as soon as fomantic/Fomantic-UI#2027 is released in a version. |
So, when they fix it, react scripts will be upgraded in your project. But until then, will you fix the 'start' command with |
Adding a note in #49. I prefer using a known working version rather than having to use flags. |
Leave the issue open please, it still needs to be fixed properly. |
I fully agree 👍 |
Node.js v17.9.1
|
Fixed by #79 |
I wanted to try out your project to get a better understanding of protobuf. I encountered an error when starting with 'yarn start'.
The console output:
I found a fix online.
In the package.json, change the line
"start": "react-scripts start"
to
"start": "react-scripts --openssl-legacy-provider start"
With this change, it compiled successfully.
The text was updated successfully, but these errors were encountered: