Error encountered when running yarn start, npm start.
Probably caused by issue with webpack digital envelope routines::unsupported.
A quick fix is configuring package.json script.
"start": "react-scripts --openssl-legacy-provider start"
Error encountered when running yarn start, npm start.
Probably caused by issue with webpack digital envelope routines::unsupported.
A quick fix is configuring package.json script.
"start": "react-scripts --openssl-legacy-provider start"
For further actions, you may consider blocking this person and/or reporting abuse
John Fisher -
Aral Roca -
Creative Tim -
Giovanni Proietta -
Top comments (2)
Never use odd versions of node, not LTS. These versions are for devs and the middle between current LTS and next one (16->18) etc
Use node 18