scorelab / com-dictionary

Community Dictionary
Apache License 2.0
15 stars 60 forks source link

How to start development server in this app after having the app folder because basic commands are not working to start development server such as npm start #100

Open itsdheerajdp opened 1 year ago

MulyaP commented 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