phantomjs install error and Errorpage on start
See original GitHub issueOn my Ubuntu 18.04 I started with npm install
and this seemed to work at first, but after some minutes I got this error:
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4
npm WARN bootstrap@4.1.2 requires a peer of popper.js@^1.14.3 but none was installed.
npm ERR! Linux 4.16.0-041600-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! phantomjs-prebuilt@2.1.16 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script 'node install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the phantomjs-prebuilt 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 information on how to open an issue for this project with:
npm ERR! npm bugs phantomjs-prebuilt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls phantomjs-prebuilt
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /var/www/wikitable2csv/npm-debug.log
$ nodejs --version
v8.10.0
$ npm --version
3.5.2
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Installation fails on Windows · Issue #48 · Medium/phantomjs
I can't install phantomjs on Windows. I'm using Node v0.10.4. At some point of the installation, it shows this error: phantomjs@1.9.0-2 ...
Read more >Troubleshooting - PhantomJS
To easily catch an error occured in a web page, whether it is a syntax ... After that, open Safari/Chrome/Chromium and go to...
Read more >node.js - Failed at the phantomjs-prebuilt@2.1.13 install script ...
As a temporary work around I am able to get it installed by using --ignore-scripts. npm install phantomjs-prebuilt@2.1.13 --ignore-scripts.
Read more >Common issues | Marfeel Docs
MultipleCompilationErrorsException: startup failed: IO Exception attempting ... Run mrf-env -G to fetch the grapes dependency from Marfeel and install it.
Read more >How to install phantomjs-prebuilt? - JFrog
How to install phantomjs-prebuilt? · 1. Manually download files from https://bitbucket.org/ariya/phantomjs/downloads to a local disk · 2. Create a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, with the latest commit 77f2b5a it works fine
Which commit was the last running state?
Can you add a tag there?