error:0308010C:digital envelope routines::unsupported
# in package.json script tag
"scripts": {
"start": "react-scripts --openssl-legacy-provider start"
}
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
throw err; ^ 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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us