-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
"Unknown version 4 of Samsung" only on AWS #23331
Comments
The error doesn't happen if I use I've added to the gist |
I think this may be fixed if we update |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Can you please provide a minimal reproduction? I don't see any in here. |
Hi! I'm going to close this now, as we can't do much to help without a reproduction. If you are able to create a minimal reproduction for this then please do answer here or reopen the issue. Thanks! |
For me deleting the docker cashed files was the solution $ docker builder prune -a |
Description
I'm getting this error on
gatsby develop
orgatsby build
, in what is AFAICT an identically set up Ubuntu 18 environment, with the only difference being that the error occurs on AWS Lightsail, but not locally. I usednpm ci
to make sure I install the same package versions - here's package-lock.json.Searching for the error shows it occurring with Parcel too.
Hopefully someone has a clue as to what the culprit is (browserlist?) and how to fix it.
Environment
The text was updated successfully, but these errors were encountered: