Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

@leagris
Copy link

@leagris leagris commented Aug 16, 2024

On newer NodeJs versions, the environment variable NODE_OPTIONS=--openssl-legacy-provider is required to be able to execute npm run start.

{ opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }
On newer NodeJs versions, the environment variable `NODE_OPTIONS=--openssl-legacy-provider` is required to be able to execute `npm run start`. ```json { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

```
npm run start
NODE_OPTIONS=--openssl-legacy-provider npm run start

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a different, clean solution to this error: #324

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants