Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Mar 9, 2023 · 1 comment

Comments

@itsdheerajdp
Copy link

No description provided.

@MulyaP
Copy link

MulyaP commented Mar 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants