You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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.
The text was updated successfully, but these errors were encountered:
'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.
The text was updated successfully, but these errors were encountered: