backend-with-webpack icon indicating copy to clipboard operation
backend-with-webpack copied to clipboard

Some problem with server restart

Open paveleremin opened this issue 9 years ago • 2 comments

Hello @jlongster, I'm have interest to this project, but I can't launch it. I got error after update backend code:

Listening on port 4000... Error: listen EADDRINUSE :::4000

seems some problem with this line in src/main.js:

server.listen(4000);

so nodemon.restart(); in Gulpfile not work correctly, can you help me with it?

paveleremin avatar Oct 09 '15 12:10 paveleremin

This happens for me too. The server does start, and it does compile successfully. and if I change app.js, the server tries to restart but it returns Error: listen EADDRINUSE:::4000

asedsami avatar Mar 16 '17 15:03 asedsami

Exit the process? https://github.com/RickWong/react-isomorphic-starterkit/blob/bafe674f2d8f05aca80cced91bfe173993d81f5b/src/server.js#L108-L112

RickWong avatar Mar 16 '17 15:03 RickWong