I am having a problem that has just started on any new ember apps created this morning.
When I run ember serve I get Port 4200 is already in use, this also happens if I use a different port e.g. 8080.
This happens on my Macbook, a Centos VPS and a Ubuntu VPS. Am I missing a dependency or something else
Same here, after a Ubuntu, Node and Ember fresh install, can’t run a new ember project normally. I can run using the --port 0 parameter but it gives me a very high port.
They still did not release a new version so maybe they are not aware of this issue.
Portfinder 1.0.23 has been released, which rolls back to 1.0.21. This should fix the issue. If you still have the problem, you might have locked to portfinder@1.0.22. Upgrade ember-cli to get the latest portfinder version in that case.