question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

phantomjs install error and Errorpage on start

See original GitHub issue

On 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:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rubo77commented, Jul 25, 2018

thanks, with the latest commit 77f2b5a it works fine

0reactions
rubo77commented, Jul 24, 2018

Which commit was the last running state?

Can you add a tag there?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found