Open leagris opened 2 months ago
On newer NodeJs versions, the environment variable NODE_OPTIONS=--openssl-legacy-provider is required to be able to execute npm run start.
NODE_OPTIONS=--openssl-legacy-provider
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 executenpm run start
.