-
Notifications
You must be signed in to change notification settings - Fork 433
PhantomJS 2.5 beta #668
Comments
Really need the 2.5 Beta version to use ES2015 features :) |
I tried to create a
The url contains |
@nicks any updates on this? |
Manual work-around works, download from https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.5.0-beta-linux-ubuntu-xenial-x86_64.tar.gz and extract phantomjs to node_modules/phantomjs-prebuilt/bin/phantomjs |
@graingert nope, but i don't really contribute to the project anymore. If someone wants to contribute a pull request for this, they're free to try. Here is the last failed attempt at this: AFAIK, the problem is that the statically linked phantomjs distributions are difficult to maintain, so the phantomjs team is moving towards dynamically linked binaries. This makes distributing phantomjs via npm much more complex because there are different binaries for each distro (Ubuntu xenial, ubuntu trusty, etc) If phantomjs 2.5 comes out of beta and the project is still on the dynamically-linked route, the best approach might be to deprecate the npm installer, and encourage people to use their OS distro package managers. |
@attiks Sorry if this is a dumb question but I can't figure out how to implement your manual workaround. After extracting the contents of https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.5.0-beta-linux-ubuntu-xenial-x86_64.tar.gz, which files should I move from here to node_modules/phantomjs-prebuilt? I tried just replacing the node_modules/phantomjs-prebuilt/bin/phantomjs file with the bin/phantomjs file but this didn't seem to work. |
Our CI uses this, we no longer move, but we alter a node module, other solution is to move
|
Any way for us Linux users that don't use Ubuntu to try 2.5? I've tried building it but the build steps appear to be out of date. |
the beta build for trusty does not run on trusty...
I should not need to change the preinstalled glibc.... i see a beta2 for windows only? anyway, I'll wait for the official release |
It would be great to try out the PhantomJS 2.5 Beta https://groups.google.com/forum/#!topic/phantomjs/AefOuwkgBh0 with
yarn add phantomjs-prebuilt@next
TLDR
Probably not possible: maybe just use https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md#Usage-via-the-DevTools-remote-debugging-protocol
The text was updated successfully, but these errors were encountered: