728x90
node.js - Error message "error:0308010C:digital envelope routines::unsupported" - Stack Overflow
In your package.json: change this line
"start": "react-scripts start"
to
"start": "react-scripts --openssl-legacy-provider start"
728x90