Here’s an old post that links to relevant info:
https://answers.netlify.com/t/error-build-script/95081/2
Try changing your Build command in Netlify…
From:
yarn build
To:
NODE_OPTIONS='--openssl-legacy-provider' yarn build
Here’s an old post that links to relevant info:
https://answers.netlify.com/t/error-build-script/95081/2
Try changing your Build command in Netlify…
From:
yarn build
To:
NODE_OPTIONS='--openssl-legacy-provider' yarn build