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

Error: digital envelope routines::unsupported #7

Open
dany-eudes opened this issue Jan 5, 2024 · 0 comments
Open

Error: digital envelope routines::unsupported #7

dany-eudes opened this issue Jan 5, 2024 · 0 comments

Comments

@dany-eudes
Copy link

Running yarn dev we've got this error:

node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^
Error: error:0308010C:digital envelope routines::unsupported

Node version: * 18.12.1 (Currently using 64-bit executable)

To workaround this, use Enable for legacy OpenSSL provider .

On Unix-like:
export NODE_OPTIONS=--openssl-legacy-provider

On Windows command prompt:
set NODE_OPTIONS=--openssl-legacy-provider

On Windows PowerShell:
$env:NODE_OPTIONS = "--openssl-legacy-provider"

More details.

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

No branches or pull requests

1 participant