archcraft-os/documentation

Error message "error:0308010C:digital envelope routines::unsupported"

Closed this issue · 2 comments

When the yarn server starts on the local machine, usually takes this error. Don't worry. I've have two solutions.
Downgrade nodejs or run: export NODE_OPTIONS=--openssl-legacy-provider on Unix Systems before run the server.

(In powershell: $env:NODE_OPTIONS = "--openssl-legacy-provider")

image

Using this command can solve the issue
npx yarn-audit-fix

solved?
Re-open if needed.