You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this as well - Node v18 is the current LTS version so it'd be great to get this fixed (the openssl-legacy-provider env var doesn't fix all of the errors)
I am also having this issue. Is there any chance to update this package so that the current version of nodejs which has openssl 3.0.10+quic support this library.
I ran into a ERR_OSSL_EVP_UNSUPPORTED error.
My setup details are as follows:
The stacktrace is:
Adding a NODE_OPTIONS env flag
export NODE_OPTIONS=--openssl-legacy-provider
as per https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported seemed to remove the error.This issue originates from Node v17.0.0 https://nodejs.org/en/blog/release/v17.0.0/#openssl-3-0
The text was updated successfully, but these errors were encountered: