adrianhajdin / project_mern_memories

This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu
4.95k stars 1.83k forks source link

fix runtime-error #201

Open reachAnushaKondam opened 1 week ago

reachAnushaKondam commented 1 week ago

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 commented 5 days ago

@adrianhajdin

could you please review this PR and issue?