backend-with-webpack
backend-with-webpack copied to clipboard
Some problem with server restart
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?
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
Exit the process? https://github.com/RickWong/react-isomorphic-starterkit/blob/bafe674f2d8f05aca80cced91bfe173993d81f5b/src/server.js#L108-L112