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

npm start not responding issue resolved #97

Open
soumil1 opened this issue Jul 29, 2022 · 0 comments
Open

npm start not responding issue resolved #97

soumil1 opened this issue Jul 29, 2022 · 0 comments

Comments

@soumil1
Copy link

soumil1 commented Jul 29, 2022

'react-scripts' is not recognized as an internal or external command,
operable program, or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: react-scripts start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Solution:
If you're getting this kind of error
This error indicates a problem with the node module. Copy and paste the node modules folder from task 2 to task 3, then run npm start without installing the npm dependencies.
server.py --> copy node modules from task 2 to task 3 --> npm start
The server will then respond.

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

1 participant