Skip to content
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

Macos Sierra gulp test doesn't run #1168

Open
sombra-development opened this issue Sep 29, 2016 · 4 comments
Open

Macos Sierra gulp test doesn't run #1168

sombra-development opened this issue Sep 29, 2016 · 4 comments

Comments

@sombra-development
Copy link

29 09 2016 12:20:11.654:ERROR [launcher]: Cannot start PhantomJS

29 09 2016 12:20:11.801:ERROR [launcher]: Cannot start PhantomJS

29 09 2016 12:20:11.935:ERROR [launcher]: Cannot start PhantomJS

29 09 2016 12:20:11.937:ERROR [launcher]: PhantomJS failed 2 times (cannot start). Giving up.

@brunoeris
Copy link

the same here.

@ghost
Copy link

ghost commented Oct 20, 2016

I have the same issue here - did you find any fix for this?

@adam404
Copy link

adam404 commented Oct 25, 2016

Update your package.json version for PhantomJS, and re-run npm install:

"phantomjs": "~2.1.1"

Worked for me.

@carlosfunk
Copy link

Updating to the latest karma-phantomjs-launcher pulls in PhantomJS 2.1.1. Also with PhantomJS 2 you don't need karma-phantomjs-shim any more.

npm uninstall --save --save-dev phantomjs karma-phantomjs-shim
npm install karma-phantomjs-launcher@latest --save --save-dev

Then edit karma.js.conf and remove any references to phantomjs-shim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants