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
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).
The text was updated successfully, but these errors were encountered:
When trying to run this repo with Node 17+,
npm start
fails with an errorError: error:0308010C:digital envelope routines::unsupported
due to a legacy SSL provider in the dependencies (likely react-scripts). The fix is to donpm audit fix --force
followed bynpm update
(and then check that nothing is broken).The text was updated successfully, but these errors were encountered: