I had been off of my angular project for a month and when I came back to it, suddenly the e2e scenario hangs loading the page. It waits for about 2 minutes and then proceeds w/ the scenario. I can see in the lower left of the chrome browser "waiting for localhost". When I inspect Network w/ Chrome Dev tools, I do see "pending" requests for various '.js' files.
Other devs on the same project continue to run just fine. I just recently upgraded node:
node v0.10.19
karma v0.10.2
Other dev's machine works fine with:
node v0.10.18
karma v0.10.1