-
Notifications
You must be signed in to change notification settings - Fork 436
PhantomJS not executable on Mac OS X in v1.9.1-1 #73
Comments
I'm having the same error... Trying to implement jasmine unit tests running on phantomjs through grunt, this is what I get:
I'm using phantom version The following is the output of running my test task using grunt:
|
I can't run either, but I have a different error. After a long delay (some type of looping?) on Mountain Lion 10.8.3, installed through
|
I reverted 1.9.1-1 it had some changes to use a globally installed phantom -- Dan On Sat, Jul 6, 2013 at 7:20 PM, Louis Li notifications@github.com wrote:
|
This is a duplicate of #71, the solution right now is to revert to 1.9.1.0. |
I have the same error on Mavericks.. I can only run phantoms with sudo, is there a solution yet? How do I roll back? Do I need to do a chmod 775? |
The "executable" flag is not set in PhantomJS 1.9.1-1 on Mac OS X. This bug causes PhantomJS to fail with an "EACCES" error when run. Node v0.10.6, npm version 1.2.18. Not tried on any other OS.
It does work properly in 1.9.1-0.
Steps to reproduce:
npm install phantomjs@1.9.1-1
ls -l node_modules/phantomjs/lib/phantom/bin/phantomjs
Expected behavior: Permissions field containing execute flag:
-rwxr-xr-x
Actual behavior: Permissions field does not contain execute flag:
-rw-r--r--
Output when running phantomjs:
The text was updated successfully, but these errors were encountered: