79430173

Date: 2025-02-11 13:43:50
Score: 2
Natty:
Report link

just do this Modify your package.json and add the NODE_OPTIONS setting in the scripts: For Windows users, modify it as:

"start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", "build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts build"

Then, try running:

npm start

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tejas Shiwankar