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 runtime-error #201

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

Conversation

reachAnushaKondam
Copy link

@reachAnushaKondam reachAnushaKondam commented Jun 26, 2024

fixes: #199
the runtime error on Mac:
Error: Error: error:0308010C:digital envelope routines::unsupported

To resolve this issue, I updated the package.json file to include the following line:
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start"

This change ensures compatibility by utilizing the legacy OpenSSL provider during the start script execution.

@reachAnushaKondam
Copy link
Author

@adrianhajdin

could you please review this PR and issue?

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.

Error: Error: error:0308010C:digital envelope routines::unsupported
1 participant