dash-components-archetype icon indicating copy to clipboard operation
dash-components-archetype copied to clipboard

Solution for: PhantomJS have not captured in 60000 ms, killing

Open martinbaste opened this issue 6 years ago • 3 comments

I'm running on mac OS High Sierra 10.13.5 and I was having the error mentioned on the title when running npm install. What I did to fix it is:

Add: 0.0.0.0 127.0.0.1 to /etc/hosts (This step was probably not required) Run: export IP=127.0.0.1 before running npm install

I got the idea from: https://github.com/karma-runner/karma-phantomjs-launcher/issues/84#issuecomment-168538895

I'm opening this for future reference. And maybe the source code can be adjusted to avoid this in the future.

martinbaste avatar Jul 05 '18 13:07 martinbaste