Closed IswarPatro closed 1 year ago
This issue comes with the new update of Node.js 17. In React you can change the script attribute in the package.json file to:
"scripts": { "start": "react-scripts --openssl-legacy-provider start", "build": "react-scripts --openssl-legacy-provider build", }
This changes are worked for me.
This issue comes with the new update of Node.js 17. In React you can change the script attribute in the package.json file to.