Open fatuhoku opened 11 years ago
From what I can read you're already running a web server on the port number, 8100. This is causes the script to fail, see the EADDRINUSE error message. Close down the other service that is blocking the port number for some swag!
The node foreman tool doesn't seem to be working well and the old HTTP server provided in angular-seed is outdated. So I'll switch it over to use grunt and swap node foreman for something else and this should fix this.
I have the same issue with nothing else running on port 8100.
I will replace this to use Grunt and an alternative Proc manager as well as update the article to use karma over the weekend.