-
Notifications
You must be signed in to change notification settings - Fork 96
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
Update to react 16.8? #49
Comments
Hey @dante-blitz, you should be able to update React by running |
Thank for the info @fabe. I just tried to update again. Here are the steps I took after cloning this repo:
I get the following error message: Error: Failed to process image ...content/images/gallery/react-context.jpg |
Did it work before you updated? And did you update both |
Actually it doesn't work before the update. same issue. |
Running on Windows 10. |
Here is the full error message: error UNHANDLED REJECTION
Error: Failed to process image .../content/images/gallery/react-context.jpg
(sharp:1391): GLib-CRITICAL **: 17:30:36.920: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(sharp:1391): GLib-CRITICAL **: 17:30:37.427: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(sharp:1391): GLib-CRITICAL **: 17:30:37.779: g_hash_table_lookup: assertion 'hash_table != NULL' failed
error Command failed with exit code 1. |
Difficult to debug from here, but I'm pretty sure this is not an issue with this starter itself. There's a similar issue that suggests you to update Alternatively, you can try reinstalling everything with |
tried. all options you suggested but the issue still persists. I'll explore the issue myself and see if I can get to the bottom of it. |
Hi there,
Thanks for your great starter.
Do you have any plans to update react to 16.8? I'm keen to experiment using material-ui v4 with your starter but it requires 16.8. I tried updating packages myself but they broke everything.
The text was updated successfully, but these errors were encountered: