-
Notifications
You must be signed in to change notification settings - Fork 436
Conversation
As We are having errors wit the 1.9.6 version
upgrading to 1.9.7 solved our problem |
I know it's a small patch but would you mind signing the CLA: https://github.com/Obvious/open-source Otherwise I can do this later today. |
No worries, done Medium/opensource#41 |
Published to NPM. |
I'm getting an error when trying to install a module that has phantomjs as a dependency after the1.9.7 update.
|
The Windows binary is not ready yet. I really really recommend updating the installer only after any release is officially announced (check http://phantomjs.org/download.html), otherwise this kind of situation may happen. |
I didn't update anything. I simply checked out a package which has phantomjs as a dependency and this happens. |
To follow on-to @XhmikosR 's comment, users on Windows cannot run EDIT: I mean that the BitBucket file for Windows@1.9.7 doesn't exists. |
I can't do that @gonzofish it's not my package... |
when pulling the 0.9.7 version i'm getting an error, not sure if its from the package for from amazon. Currently i'm references karma-phantomjs-launcher which references "~.9.0" version of phantom js. Phantom installation failed [Error: Error with http request: { 'content-type': 'application/xml', 'content-length': '231', connection: 'keep-alive', date: 'Mon, 27 Jan 2014 16:49:27 GMT', server: 'AmazonS3', age: '280', 'x-cache': 'Error from cloudfront', via: '1.1 efac54ef164557bd62190f547573846a.cloudfront.net (CloudFront)', 'x-amz-cf-id': 'W6AnEXF60XIscgYe2qip5SIPZB__-FVt0rpb6StnG6NdmE2BlwbX6Q==' }] Error: Error with http request: { 'content-type': 'application/xml', 'content-length': '231', connection: 'keep-alive', date: 'Mon, 27 Jan 2014 16:49:27 GMT', server: 'AmazonS3', age: '280', 'x-cache': 'Error from cloudfront', via: '1.1 efac54ef164557bd62190f547573846a.cloudfront.net (CloudFront)', 'x-amz-cf-id': 'W6AnEXF60XIscgYe2qip5SIPZB__-FVt0rpb6StnG6NdmE2BlwbX6Q==' }
npm ERR! phantomjs@1.9.7-0 install: npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the phantomjs@1.9.7-0 install script. npm ERR! This is most likely a problem with the phantomjs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get their info via: npm ERR! npm owner ls phantomjs npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe" "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nod ist-master\bin\node_modules\npm\bin\npm-cli.js" "install" "phantomjs" npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.25 npm ERR! code ELIFECYCLE npm ERR! npm ERR! not ok code 0 |
Now it seems to work fine. |
Thanks guys for that quick turnaround! |
I plan to rollback the release. Will need to be after lunch (PST). -- Dan On Mon, Jan 27, 2014 at 9:23 AM, Ariya Hidayat notifications@git.luolix.topwrote:
|
Windows binary of 1.9.7 has been uploaded to Bitbucket download. |
Thanks! |
from ariya/phantomjs#11933: Thanks for your work on phantomjs. However, next time please ensure the file is available on cdn before updating your npm repo settings, our builds were broken for two hours because of this. This happened with the latest release of 1.9.7, karma-phantomjs-launcher's dependency is "~1.9" which broke everything for a while. Thanks. |
@timothyswt Please read my previous comment (scroll up). I am not the one who is updating this npm. I even haven't announced 1.9.7 to the public yet. Why am I getting a flak for this? |
This was my fault for not verifying. I normally do, but was in a rush this -- Dan On Mon, Jan 27, 2014 at 10:48 AM, Tim Sweet notifications@git.luolix.topwrote:
|
Thanks for the quick turn around |
@dpup sorry I also did not realize that it is for a reason not announced public… On the other hand it does not work to set a specific phantomjs version for the wrapper yet.
Error:
So it would be awesome to be able to specify a version as a parameter to the NodeJS phantomjs wrapper. |
Ah I see, it is more me being a retard. https://github.com/Obvious/phantomjs#versioning |
If we make modifications to the installer we need to version after the -- Dan On Mon, Jan 27, 2014 at 12:51 PM, Michael Klein notifications@git.luolix.topwrote:
|
I am not into this, but it is not possible to point |
No description provided.