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

fix: yarn start "digital envelope routines::unsupported" error #122

Open
wants to merge 1 commit into
base: sunshine-v1
Choose a base branch
from

Conversation

trevorong
Copy link
Contributor

-upgrades webpack + react versions
-fixes the error:0308010C:digital envelope routines::unsupported error caused when running yarn start

Issue was (likely) caused by webpack output.hashFunction defaulting to usingmd4 which is an insecure hashing algorithm--see here and here. Upgrading the webpack version solves this issue by defaulting to a newer hash algorithm

@trevorong trevorong changed the base branch from master to sunshine-v1 April 25, 2023 05:44
@trevorong trevorong self-assigned this Apr 25, 2023
@darren2hang
Copy link

yarn start works on my end. I think it's best to check with someone who was getting the error beforehand. I'll approve it after that

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.

None yet

2 participants