Answers for "Error: error:0308010C:digital envelope routines::unsupported"

0

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

"start": "react-scripts --openssl-legacy-provider start"
Posted by: Guest on October-29-2021
0

error:0308010C:digital envelope routines::unsupported

#first install nvm and run the below command
nvm use --lts
# after running this your problem will be resolved
Posted by: Guest on November-07-2021
0

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

// package.json
{
  "scripts": {
    "build": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby build"
  }
}
Posted by: Guest on October-29-2021

Code answers related to "Error: error:0308010C:digital envelope routines::unsupported"

Browse Popular Code Answers by Language