Skip to content
New issue

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

error:0308010C:digital envelope routines::unsupported fix #131

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

Rahul-rkm
Copy link
Contributor

When running the command npm start, it gives the error: error:0308010C:digital envelope routines::unsupported ......
This error is caused by NodeJs v17 moved to OpenSSL v3.0
Fixed/ avoided the error by adding --openssl-legacy-provider flags in start script in package.json file.
Same error was asked here https://stackoverflow.com/questions/73144960/error-error0308010cdigital-envelope-routinesunsupported-at-new-hash-nodei

@Martin36 Martin36 merged commit 0b24a45 into Martin36:master Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants