-
Notifications
You must be signed in to change notification settings - Fork 145
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
Fatal error: Port 8080 is already in use by another process. #121
Comments
I can confirm this error, but it seems to happen only for our windows users. It seems to only occur for |
@donaldpipowitch Thanks for checking! We shall investigate 🔍 |
One of our engineers found the culprit. The "error" was probably introduced by this commit in |
Any update on this? |
If avast! is using :8080, what can be done? Shouldn't you just close avast, or switch to a different port? |
Well, I'm not really a "port" export. You could proablby close avast, but it worked before, so my first question would be: is this a bug now as it doesn't work anymore or was it a bug before as it worked? |
Just discovered the same issue now... Seems to occur when starting a server, stopping it and then starting again. Can fix it by killing the Node process's on the port.
|
I found the same problem in Mac's Terminal. Occurs to me when starting a server, stopping it and then starting again. Restarting terminal window solved the problem. |
for me the error happens no matter what port I specify (Using Windows 10 and "localhost" as host) |
I get the same error on MAC; downgrading to grunt-contrib-connect 1.0.2 solved my problem |
Restart GitHub CodeSpace |
Several team members (myself included) ran into this error when running grunt. We got around it by adding 'foundPort = 8080' to node_modules/grunt-contrib-connect/tasksconnect.js on line 153
This is a gross dirty hack to get it to work, but wanted to let you guys know about the issue we found.
Thanks
The text was updated successfully, but these errors were encountered: