-
Notifications
You must be signed in to change notification settings - Fork 37
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
Build errors #484
Comments
I was stuck on this issue too.
Now here's the kicker. Yeah, no clue what is happening here. Side note though, the dependencies of this project are getting very old by now. It should be updated. Which is troublesome as just bluntly updating all of it isn't working anymore (i tried). |
In recent PRs we got the follwing error:
I haven't been able to find the exact root cause, but since we were using the
node:lts
Docker build image, this error may stem from a recent version bump of node.This likely stems from Webpack using a specific hash function that is linked to OpenSSL.
I was able to resolve this by adding the following ENV var to the build:
We should investigate how to better resolve this. Perhaps it's from some outdated dependencies in this repo that are using an old version of Webpack.
The text was updated successfully, but these errors were encountered: