DEV Community

Discussion on: Running React and Node.js in one shot with concurrently!

Collapse
 
deepanshu207_21 profile image
deepanshu singh • Edited

I have the same project structure as yours and same files as yours.
I have installed concurrently, added proxy in package.json of client. Still the concurrenly command is giving the error.
dev-to-uploads.s3.amazonaws.com/i/...

The error i am getting is this one:
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
omermizrahi profile image
omer-mizrahi

try this :
"client": "cd frontend/ && npm start --perfix frontend",

Collapse
 
nasreenkhalid profile image
NasreenKhalid

were you able to fix this error? I got the same error and unable to fix...
Can you please help
Thanks

Collapse
 
nasreenkhalid profile image
NasreenKhalid

Nevermind..I figured out the issue..it was a typo in the proxy address :S

Collapse
 
omermizrahi profile image
omer-mizrahi

I also have the same problem, have you been able to solve it?

Collapse
 
deepanshu207_21 profile image
deepanshu singh • Edited

Yes, it's working now... The issue was with the OS version and windows , concurrently was not working in some circumstances
Can you please tell what OS and bit version you are working on ?