-
Notifications
You must be signed in to change notification settings - Fork 147
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: error:0308010C:digital envelope routines::unsupported #19
Comments
Hello Luane, I'm having a similar issue here also. |
Any update on the above issue? |
I think npm too. I fixed with --openssl-legacy-provider too!!! thanks ...!!!! |
i have updated the dependencies and setup steps in readme. please try again with latest version and updated steps . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys!
When I tried to deploy my portfolio in vercel (I also tried Netlify and gh-pages but same error) it showed this error in the build:
Locally it builds with success
yarn run build
.I found a workaround though, it is to add
--openssl-legacy-provider
inreact-scrips
like thisreact-scripts --openssl-legacy-provider build
. But it is not a good solution and does not address the root cause.Does someone know what is causing and how to solve it?
The text was updated successfully, but these errors were encountered: