We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lesson: https://students.skills.chegg.com/curriculum/FRONT_END-501/fe-frontend-web-development/fe-react-router/fe-using-router-switch-route-and-linkThe recommended node version is 18 but the starter code is not updated to support v18 and error is shown:
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'
Problem is described in https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
I fixed it by updating package.json from "start": "react-scripts start" to "start": "react-scripts --openssl-legacy-provider start".
Please fix this without hot fix but update the starter code and all dependencies and also setup open SSL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lesson: https://students.skills.chegg.com/curriculum/FRONT_END-501/fe-frontend-web-development/fe-react-router/fe-using-router-switch-route-and-linkThe recommended node version is 18 but the starter code is not updated to support v18 and error is shown:
Problem is described in
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
I fixed it by updating package.json from "start": "react-scripts start" to "start": "react-scripts --openssl-legacy-provider start".
Please fix this without hot fix but update the starter code and all dependencies and also setup open SSL.
The text was updated successfully, but these errors were encountered: