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

Making DalekJS work with PhantomJS 2.0.0 #11

Open
hafizrahman opened this issue Jun 23, 2015 · 4 comments
Open

Making DalekJS work with PhantomJS 2.0.0 #11

hafizrahman opened this issue Jun 23, 2015 · 4 comments

Comments

@hafizrahman
Copy link

Is there any way I can make DalekJS to work with PhantomJS 2.0.0?

I already have PhantomJS 2.0.0 installed in my system, and the $ npm install dalekjs --save-dev process always failed because of that. Error message says:

PhantomJS detected, but wrong version 2.0.0

Thanks in advance for any suggestions!

@wrumsby
Copy link
Member

wrumsby commented Jan 9, 2016

Given the issues with PhantomJS 2.0 on OS X it's probably better to wait until ariya/phantomjs#12970 is resolved.

@wrumsby
Copy link
Member

wrumsby commented Feb 2, 2016

2.1 is out and the module name is now phantomjs-prebuild. It might be worth trying this out.

@tweltner
Copy link

I had problems installing latest dalekjs on debian os. Copying the phantomjs 1.9.8 from /tmp to /project/node_modules/ folder stucked!

Change dependencies in package.json to "phantomjs": "2.1.3" worked fine for me.

@tonygurnick
Copy link

+1 for changing the version to 2.1.3 dalek is basically useless without updating as the thing wont install without manually working around it.

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