You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fhughes90 This is an issue with OpenSSL. As Node upgraded to version 3.0, to mitigate this error, we can change the package.json start build script as follows:
"scripts": {
"start": "cross-env NODE_ENV=local react-scripts --openssl-legacy-provider start",
}
Can i raise a PR ?
First time install for yarn pkg or create react app. I follow the documentation and get this error on
yarn start
I thought maybe my nodejs was outdated so I ran
brew upgrade node
and get this version of nodejsAny guidance where to start troubleshooting? Here are some more details about my setup.
Hardware: 2018 MacBook Pro, intel
OS: macOS Sonoma 14.0
Yarn: 1.22.19
Recommendations
but I'm not sure how to apply this? Is this suppose to be in a .conf file somewhere?
The text was updated successfully, but these errors were encountered: