Failed at the puppeteer@0.10.2 install script.
See original GitHub issuenpm 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:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top 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 >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
Try with
sudo npm i -g coin-hive --unsafe-perm=true --allow-root
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.