serratus-bio / serratus.io

Front-end code for Serratus project website
https://serratus.io
GNU Affero General Public License v3.0
11 stars 11 forks source link

NodeJS v18 "Error: error:0308010C:digital envelope routines::unsupported" #227

Open ababaian opened 1 year ago

ababaian commented 1 year ago

Running npm start with the latest NodeJS gave the error:

Error: error:0308010C:digital envelope routines::unsupported

From here: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported


In your package.json: change this line

"start": "react-scripts start"

to

"start": "react-scripts --openssl-legacy-provider start"