-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Given the issues with PhantomJS 2.0 on OS X it's probably better to wait until ariya/phantomjs#12970 is resolved. |
2.1 is out and the module name is now phantomjs-prebuild. It might be worth trying this out. |
I had problems installing latest dalekjs on debian os. Copying the phantomjs 1.9.8 from Change dependencies in package.json to |
+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. |
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!
The text was updated successfully, but these errors were encountered: