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:0308010C:digital envelope routines::unsupported #53

Open
Kekc opened this issue Jan 24, 2023 · 0 comments
Open

error:0308010C:digital envelope routines::unsupported #53

Kekc opened this issue Jan 24, 2023 · 0 comments

Comments

@Kekc
Copy link

Kekc commented Jan 24, 2023

npm run build inside website/ directory failed for me with the following:

{
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.9.0

Solution from https://stackoverflow.com/questions/69750769/error-error0308010cdigital-envelope-routinesunsupported-angular worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant