You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
When trying to run this repo with Node 17+, npm start fails with an error Error: error:0308010C:digital envelope routines::unsupported due to a legacy SSL provider in the dependencies (likely react-scripts). The fix is to do npm audit fix --force followed by npm update (and then check that nothing is broken).
When trying to run this repo with Node 17+,
npm startfails with an errorError: error:0308010C:digital envelope routines::unsupporteddue to a legacy SSL provider in the dependencies (likely react-scripts). The fix is to donpm audit fix --forcefollowed bynpm update(and then check that nothing is broken).