Skip to content
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

fix: workaround for ERR_OSSL_EVP_UNSUPPORTED build issue #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ezavgorodniy
Copy link

This is a workaround to fix #85 following this article https://medium.com/@sahilali/resolving-error-0308010c-digital-envelope-routines-unsupported-in-node-js-v19-9-0-2114021209cb

Tested locally on Mac with Node 21.5.0 and npm 10.2.4.

Before changes it was returning

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:68:19)
    at Object.createHash (node:crypto:138:10)

on yarn build and yarn dev

After changes it compiles well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log4brains is broken on Node v18.x
1 participant