You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When attempting to start the application using the npm start command, I encountered an error related to digital envelope routines, indicating something is "unsupported". Here's the complete error message:
Clone the repository from https://github.com/ciaochaos/qrbtf.git.
Navigate to the project directory with cd qrbtf.
Install dependencies with npm install.
Run the application with npm start.
Expected result:
The application should start without errors.
Actual result:
The error ERR_OSSL_EVP_UNSUPPORTED is displayed, and the application fails to start.
Additional information:
I am using Node version 20. It seems this error is related to the OpenSSL version used by Node.js. An update or configuration change might be needed.
The text was updated successfully, but these errors were encountered:
Description:
When attempting to start the application using the
npm start
command, I encountered an error related todigital envelope routines
, indicating something is "unsupported". Here's the complete error message:Steps to reproduce:
https://github.com/ciaochaos/qrbtf.git
.cd qrbtf
.npm install
.npm start
.Expected result:
The application should start without errors.
Actual result:
The error
ERR_OSSL_EVP_UNSUPPORTED
is displayed, and the application fails to start.Additional information:
I am using Node version 20. It seems this error is related to the OpenSSL version used by Node.js. An update or configuration change might be needed.
The text was updated successfully, but these errors were encountered: