nuxewind icon indicating copy to clipboard operation
nuxewind copied to clipboard

Error: digital envelope routines::unsupported

Open dany-eudes opened this issue 6 months ago • 0 comments

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.

dany-eudes avatar Jan 05 '24 21:01 dany-eudes