Horje
Error: error:0308010C:digital envelope routines::unsupported Code Example
error:0308010C:digital envelope routines::unsupported
# in package.json script tag
"scripts": {
    "start": "react-scripts --openssl-legacy-provider start"
}
Error: error:0308010C:digital envelope routines::unsupported
export NODE_OPTIONS=--openssl-legacy-provider
Error: error:0308010C:digital envelope routines::unsupported
"start": "react-scripts --openssl-legacy-provider start"
Error: error:0308010C:digital envelope routines::unsupported
// package.json
{
  "scripts": {
    "build": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby build"
  }
}
error:0308010C:digital envelope routines::unsupported
RUN export NODE_OPTIONS=--openssl-legacy-provider && yarn build && yarn install --production --ignore-scripts --prefer-offline
Error: error:0308010C:digital envelope routines::unsupported
# in package.json script tag / solucion de problema con el npm start
"scripts": {
    "start": "react-scripts --openssl-legacy-provider start"
}




Javascript

Related
digital envelope routines::unsupported Code Example digital envelope routines::unsupported Code Example
axios configure base url Code Example axios configure base url Code Example
node:internal/crypto/hash:67 this[kHandle] = new _Hash(algorithm, xofLen); Code Example node:internal/crypto/hash:67 this[kHandle] = new _Hash(algorithm, xofLen); Code Example
how to run curl in javascript Code Example how to run curl in javascript Code Example
printf statement in javascript Code Example printf statement in javascript Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8