dash-components-archetype
dash-components-archetype copied to clipboard
Solution for: PhantomJS have not captured in 60000 ms, killing
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.