Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: workaround for ERR_OSSL_EVP_UNSUPPORTED build issue #114

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

ezavgorodniy
Copy link
Contributor

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

# for free to join this conversation on GitHub. Already have an account? # 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
2 participants