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

enable legacy OpenSSL provider #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Deucalio
Copy link

@Deucalio Deucalio commented Mar 8, 2023

If you are using Node.js version 17+ then running npm start is met with an error
"Error: error:0308010C:digital envelope routines::unsupported"
I fixed it by changing a line in package.json from "start": "react-scripts start" to "start": "react-scripts --openssl-legacy-provider start"

@Alkaly02
Copy link

Moving your node version to ^16 will be good

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