-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Port 4200 is already in use #17795
Comments
Can you run this terminal command: It will list any process which have already open 4200 port on your Mac. |
Yeah I've done a bit of googling to and did this aswel.
After running this:
The new app works, again with the regular ember serve command. The actual project works with --port 0 but no longer works when I use |
Can you try running: killall node ? You can also try fully restarting your computer, usually if something has locked the port that'll force it off |
I am closing this issue as it does not seem a bug in Ember itself. |
The issue is related to 1 single project. Not the ember project. |
Just to mention that after a fresh install of Ubuntu, Node and Ember I am facing this issue, so it can be related to Ember itself. |
Since a few days now my Mac cannot start
ember serve
properly.When I start a completely new ember project this also happens:
Any idea's how to fix this?
The text was updated successfully, but these errors were encountered: