본문 바로가기

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

by tonyhan18 2022. 3. 30.
728x90

node.js - Error message "error:0308010C:digital envelope routines::unsupported" - Stack Overflow

 

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

I created the default IntelliJ IDEA React project and got this: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHa...

stackoverflow.com

In your package.json: change this line

"start": "react-scripts start"

to

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