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
Due to changes on Node.js v17, --openssl-legacy-provider was added for handling key size on OpenSSL v3. You somehow have installed the latest version of node. So write npm start like this
"start": "react-scripts --openssl-legacy-provider start", after this it will work fine
itsrahulsehgal
added a commit
to itsrahulsehgal/weatherApp-Reactjs
that referenced
this issue
May 9, 2024
No description provided.
The text was updated successfully, but these errors were encountered: