scorelab / com-dictionary

Community Dictionary
Apache License 2.0
15 stars 60 forks source link

Add these scripts in the package.json file #90

Closed IswarPatro closed 1 year ago

IswarPatro commented 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.

IswarPatro commented 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", }

IswarPatro commented 1 year ago

This changes are worked for me.