-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ng serve connect ETIMEDOUT #2755
Comments
I'm going through the same problem. |
Same here |
Same problem angular-cli: 1.0.0-beta.17 |
ps: Still cant find a solution (not even sure what the problem is). OS X: 10.11.6 (El Capitan) It is a new project. (ie created via ng new today) |
I think it's because some of the angular-cli dependency which was automatically updated because of "^version". If you will delete I dont know which one yet |
Good find @b091! That's a good lead. @haninaguib same here no proxy on my end either. |
Same problem in the new ng project.
|
portfinder is an issue it works with |
Yep,
solves the problem |
Same here. |
@b091, @nemec784 , npm install [email protected] works, thanks ! maybe a clue, maybe not, but with wifi off (read: machine IP is 127.0.0.1), the server starts without issues, even without downgrading portfinder to 1.0.7 |
Just wanted to note that prior to running Projects created with previous versions run fine. I'm running OSX Yosemite |
portfinder duplicating #2769 |
This PR explicitely adds portfinder as a dependency. We're using portfinder in the serve command but getting it transitively as a ember-cli dependency. Fix angular#2755 Fix angular#2769
This PR explicitely adds portfinder as a dependency. We're using portfinder in the serve command but getting it transitively as a ember-cli dependency. Fix angular#2755 Fix angular#2769
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
macOS Sierra
Versions.
angular-cli: 1.0.0-beta.17
node: 6.5.0
os: darwin x64
Repro steps.
ng new test
cd test
ng serve
The log given by the failure.
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
Error: connect ETIMEDOUT fd00:9ca4:7675:4e2e:7153:a688:b525:2149:4200
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at TCPConnectWrap.afterConnect as oncomplete
Mention any other details that might be useful.
Hello!
Today I've been encountering a timeout when trying to run ng serve on a new (or ng init) project.
ng build works fine
ng serve in my existing projects work fine
Uninstalled & reinstalled angular cli using the instruction, no change.
Not sure what's causing the timeout on this go around. No recent updates to my dev environment.
Thank you!
The text was updated successfully, but these errors were encountered: