Open itsdheerajdp opened 1 year ago
Go through this readme file made by @akankshat05--> https://github.com/akankshat05/com-dictionary/tree/readme And remember to download node.js and add it to path before proceeding with this readme file
Also do this fix suggested by @iswarPatro in issue #81:
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 worked for me.. hope it does for you too
Go through this readme file made by @akankshat05--> https://github.com/akankshat05/com-dictionary/tree/readme And remember to download node.js and add it to path before proceeding with this readme file
Also do this fix suggested by @iswarPatro in issue #81:
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 worked for me.. hope it does for you too