Closed philip045 closed 3 months ago
Your server (unrelated to node) is not releasing the port, so it's not restarting.
Try running nodemon with --spawn
flag, i.e. nodemon --spawn
- not sure it'll make any difference, but there's not much to go on here, and I'm fairly sure there's something specific about your setup that's blocking the stopping of the process.
A couple of extra things you can try:
process.env.PORT
)This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3
Automatically closing this issue due to lack of activity
nodemon -v
:latestExpected behaviour
Restart the server when changing the server codes
Actual behaviour
when i use app.listen() function in express.js , nodemon not work and must rerun it, please help me and i do all solution in internet, and not worked...
Steps to reproduce
If applicable, please append the
--dump
flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.