azat-co / expressworks

Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js.
MIT License
709 stars 220 forks source link

Expressworks keeps lingering processes running on Mac OS X #51

Open tomgco opened 9 years ago

tomgco commented 9 years ago

I have had two people running on two separate machines with weird Expects results.

From what I can tell it is due to some of the processes not being killed after the exercises have been completed. Because most of the exercises all run on the same port number, we are actually verifying to an old service.

running

$ ps aux | grep node

on these machines showed around 5 / 6 processes all belonging to the express works workshop.

tomgco commented 9 years ago

Looking into this, it could be an issue with an old "workshopper": "~0.3.3" version.