Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

2.0 #288

Closed
jefflembeck opened this issue Jan 30, 2015 · 60 comments
Closed

2.0 #288

jefflembeck opened this issue Jan 30, 2015 · 60 comments

Comments

@jefflembeck
Copy link

http://phantomjs.org/release-2.0.html

PhantomJS 2.0 was released last week. Any chance a new release is in the cards?

@nicks
Copy link
Contributor

nicks commented Jan 30, 2015

AFAIK, the phantomjs 2.0 release is not complete yet. We usually get a note from the phantomjs team when they're ready to roll new versions out more widely. For updates on the release process, see:
ariya/phantomjs#12897

@jefflembeck
Copy link
Author

Yeah, just saw that PR fail and why it did. Thank you!

@andrey-p
Copy link

andrey-p commented Feb 2, 2015

It's officially out now. Official website has it ready to download.

@nicks
Copy link
Contributor

nicks commented Feb 2, 2015

We are still blocking on the release on linux binaries.

@nicks
Copy link
Contributor

nicks commented Feb 2, 2015

also, the current binaries appear to be completely busted on newer versions of OSX, though the discussion on this bug ariya/phantomjs#12630 suggest that this will be fixed before 2.0 is blessed.

@andrey-p
Copy link

andrey-p commented Feb 2, 2015

That makes sense. Thanks for keeping on top of this!

@macbre
Copy link

macbre commented Feb 3, 2015

ariya/phantomjs#12897 - Linux binaries are still missing

@nicks
Copy link
Contributor

nicks commented Feb 8, 2015

It looks like the PhantomJS team was not able to build working OSX and Linux binaries of version 2.0, and has decided to abandon them and try to fix this in 2.1.

Given that this package is supposed to be a platform-independent binary installer, this puts us in a difficult position. We can't release an NPM package that doesn't work. We will have to wait until 2.1.

ariya/phantomjs#12970

@kenips
Copy link

kenips commented Feb 12, 2015

@nicks it's actually getting fixed in 2.0.1 not 2.1. See ariya/phantomjs#12948 and ariya/phantomjs#12902. So while it's sad that we don't get 2.0.0 goodness the wait won't be that long either :).

@kevin-smets
Copy link

Do you guys have any luck running the 2.0.0 on OSX (10.10.3)? When I run it, the output is simply this

[1] 3432 killed

Or any other process number... Any ideas?

@attila
Copy link

attila commented Mar 6, 2015

I installed phantomjs 2.0.0 via Homebrew and it works fine though I'm on OS X 10.10.2.

@kevin-smets
Copy link

Just installed via homebrew instead of using the standalone bin. The brew version works properly, the standalone does not appear to work at all. Thanks!

@jefflembeck
Copy link
Author

I had success unpacking the downloadable binary with upx -d per ariya/phantomjs#12974

@phated
Copy link

phated commented Mar 10, 2015

Could travis-ci's linux binary be used travis-ci/travis-ci#3225 (comment) ?

@stevenvachon
Copy link

Anything happening here?

@dtothefp
Copy link

@stevenvachon I have a fork that is working with 2.0 here https://github.com/dtothefp/phantomjs for OSX

@kolesnik
Copy link

kolesnik commented Nov 1, 2015

upgrade?

@brunowego
Copy link

+1

@tregusti
Copy link

@Lochlan What is the reason not supporting windows in your fork? Installation fails quite hard.

@flesler
Copy link

flesler commented Nov 13, 2015

I see there's a v2.0.0-alpha tag in here, will it download PhantomJS 2 if I npm install [email protected] ?
Thanks, hope this can be solved soon

@just-boris
Copy link

@flesler nope. This tag was failed experiment. If you really want to use 2.0 version, just try another package, like: https://www.npmjs.com/package/phantomjs2 https://www.npmjs.com/package/phantomjs2.0 and others

@Lochlan
Copy link

Lochlan commented Nov 13, 2015

@tregusti The reason I don't support Windows in my fork is that I don't have to support Windows machines, either at work or in my personal life. If you would like to add Windows support and open a pull request I will be happy to accept it, or you are of course free to make your own fork as well.

@darky
Copy link

darky commented Dec 5, 2015

👍

@Vanuan
Copy link

Vanuan commented Dec 26, 2015

New tracking issue: ariya/phantomjs#13822
64-bit binaries produced so far.

@mikesherov
Copy link
Contributor

@Lochlan now that 64 bit binaries are out, and 32 bit binaries are just around the corner, can we expect phantomjs 2.0 support soon?

@Vanuan
Copy link

Vanuan commented Jan 7, 2016

@mikesherov unfortunately, they are not out yet. They've just found a way to produce them on a sufficiently performant machine.

@mbrevda
Copy link

mbrevda commented Jan 24, 2016

It seems the following was released. Is that what this issue has been waiting for?

phantomjs-2.1.0-linux-i686.tar.bz2
phantomjs-2.1.0-linux-x86_64.tar.bz2
phantomjs-2.1.0-macosx.zip

https://bitbucket.org/ariya/phantomjs/downloads

@Vanuan
Copy link

Vanuan commented Jan 24, 2016

yay!

@mikesherov
Copy link
Contributor

Still no 32-bit version though?

@Vanuan
Copy link

Vanuan commented Jan 24, 2016

@mikesherov phantomjs-2.1.0-linux-i686.tar.bz2

@mbrevda
Copy link

mbrevda commented Jan 25, 2016

PhantomJS 2.1is official:
https://groups.google.com/forum/m/#!msg/phantomjs/Jp4sDXrfmNg/I5J5TBFBDQAJ

On Sun, Jan 24, 2016, 9:46 PM John Yani [email protected] wrote:

@mikesherov https://github.com/mikesherov
phantomjs-2.1.0-linux-i686.tar.bz2


Reply to this email directly or view it on GitHub
#288 (comment).

This was referenced Jan 25, 2016
@nicks nicks closed this as completed Jan 28, 2016
@stevenvachon
Copy link

+1000

@MarkLeMerise
Copy link

Just tested this on Mac OS 10.11.2 and Windows 10 and it works great 😄 The long wait is over! Thanks!

@jdalton
Copy link
Contributor

jdalton commented Jan 28, 2016

So what's the guidance on the npm package. I see the deprecation message for the phantomjs one but there's no official alternative.

@mbrevda
Copy link

mbrevda commented Jan 28, 2016

phantomjs-prebuilt. Its in the readme!

On Thu, Jan 28, 2016 at 5:49 PM John-David Dalton [email protected]
wrote:

So what's the guidence on the npm package. I see the deprecation message
for the phantomjs one but there's no official alternative.


Reply to this email directly or view it on GitHub
#288 (comment).

@jdalton
Copy link
Contributor

jdalton commented Jan 28, 2016

That's the Medium package, no? I'm looking for the official one.

@mbrevda
Copy link

mbrevda commented Jan 28, 2016

IDK if there is one, but that would be interesting

@mikesherov
Copy link
Contributor

Both phantomjs and phantomjs-prebuilt are the same package, both maintained by medium. There is no official node installer maintained by the phantomjs team. Simply update phantomjs to phantomjs-prebuilt in your package.json.

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

No branches or pull requests