79136991

Date: 2024-10-29 11:29:06
Score: 1.5
Natty:
Report link

For me, this worked but I'm not sure about every case

  1. run this in your bash

    set NODE_OPTIONS=--openssl-legacy-provider

  2. in package.json add

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

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vivek V H