I built an Angular 4 project using Angular CLI and am trying to run the default Protractor
tests using the command ng e2e
. When I run it, I initially get a successful compilation, but then after about 20 seconds, regardless of whether I do anything I get this error in my terminal:
events.js:160 throw er; // Unhandled 'error' event
Error: connect ETIMEDOUT 172.217.10.80:443 at Object.exports._errnoException (util.js:1018:11)at exports._exceptionWithHostPort (util.js:1041:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)
In my Chrome console I get this error:
zone.js:2616 GET http://localhost:49155/sockjs-node/info?t=1501623806543 net::ERR_CONNECTION_REFUSED
I don't have any of these issue with my "regular" project on port 4200.