altence / lightence-ant-design-react-template

Free and easy-to-use admin template based on React 17+
https://altence.com/lightence-landing
MIT License
994 stars 251 forks source link

Encountering ERR_OSSL_EVP_UNSUPPORTED Error During Project Initialization #287

Closed iMnoorfahad closed 5 months ago

iMnoorfahad commented 5 months ago

Issue Description

Bug Summary: After running yarn install and yarn start,

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

Environment Details:

Steps to Reproduce:

  1. Run yarn install.
  2. Run yarn start.
  3. Observe the OpenSSL error described above.

Expected Behavior: The project should install dependencies and start without encountering OpenSSL errors related to digital envelope routines.

Additional Information:

Please let me know if you need any further information or if there are specific logs or configurations I should provide to help diagnose and resolve this issue. Thank you for your assistance!