DEV Community

How To Solve opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error’ ] Error ?

Jason Cruz on February 23, 2022

Im going to make your life soo much easier.. Instead of using gitbash or powershell commands, or even try to figure out what you did wrong to get t...
Collapse
 
saraarian profile image
saraarian

I did below and it worked:
replace "start": "react-scripts start" by "start": "react-scripts --openssl-legacy-provider start"
replace "build": "react-scripts build" by "build": "react-scripts --openssl-legacy-provider build"

Collapse
 
ahmetekmell profile image
Ahmet YEŞİLYURT

It worked! Thanks a lot :)

Collapse
 
katcontrerasdev profile image
K@

this worked! <3

Collapse
 
lucasmontecino profile image
Hi, I'm Lucas !

youre a genius, this works ! thanks

Collapse
 
jed212 profile image
jed212

This works perfectly, thanks :)

Collapse
 
jcv10 profile image
Joe Concha

Thanks, this worked. :)

Collapse
 
pham0013 profile image
Phamela D. Hoffmann

Thanks @saraarian your solution works perfect :)

Collapse
 
drag0s22 profile image
Dragos

where exactly did you replace this lines ?

Collapse
 
vbalanagu profile image
Vt

your solution worked for me. Thank you!

Collapse
 
lrinconleon profile image
Larizza Leon

Ily so much Sara

Collapse
 
saraarian profile image
saraarian

Thanks for your instruction. But I did what you said and it did not solve the issue. First I create the app, it would open and I can see the template of react app, but as soon as I delete the logo and the link so I can write my own app, I will get this error.

Collapse
 
kanny_siboza3 profile image
Kanny Siboza

No it doesn't work don't delete node unless you need to downgrade to fit the requirements. click here for more stackoverflow.com/questions/747262...

Collapse
 
mitchelson1021 profile image
mitchelson1021

Funciona, Gracias!