Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App not running with "npm start" ( showing error ). #9

Open
boomtech123 opened this issue Aug 2, 2023 · 1 comment
Open

App not running with "npm start" ( showing error ). #9

boomtech123 opened this issue Aug 2, 2023 · 1 comment

Comments

@boomtech123
Copy link

No description provided.

@chaudharyShiv70
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants