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.

Failed at the puppeteer@0.10.2 install script.

See original GitHub issue

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! puppeteer@0.10.2 install: node install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the puppeteer@0.10.2 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2017-10-29T10_08_26_337Z-debug.log

root@123:~# npm -v 5.4.2 root@123:~# node -v v8.8.1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
SoftCreatRcommented, Oct 29, 2017

Try with

sudo npm i -g coin-hive --unsafe-perm=true --allow-root

1reaction
GigaFydecommented, Nov 4, 2017

use curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

then use sudo apt-get install -y nodejs

Then try to re-install again. It worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Installing puppeteer throws error with "Failed to ...
Failed at the puppeteer @4.0.1 install script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed....
Read more >
Puppeteer NPM - npm.io
The script can import or require the puppeteer module because it's pre-installed inside the image. Currently, the image includes the LTS version of...
Read more >
vendor/puppeteer/docs/troubleshooting.md - Deno
The most common cause is a bug in Node.js v14.0.0 which broke extract-zip , the module Puppeteer uses to extract browser downloads into...
Read more >
mozilla-central: changeset 571784 ...
name: 'Unit tests [Node 12]: Linux/Chromium' - env: - - CHROMIUM=true - before_install: - - PUPPETEER_PRODUCT=firefox npm install - script: - - npm...
Read more >
Error in rendering reports - jsreport forum
Failed at the puppeteer @1.5.0 install script. npm ERR! ... Unexpected error happened: Command failed: npm i -S jsreport
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