-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server.sh doesn't work #2
Comments
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. |
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. |
The text was updated successfully, but these errors were encountered: