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.

how can i install puppeteer

See original GitHub issue

i use PUPPETEER_SKIP_CHROMIUM_DOWNLOAD to skip download chromium i success to install puppeteer , but how can i install chromium i use wget https://storage.googleapis.com/chromium-browser-snapshots/Mac/497674/chrome-mac.zip i can dowmload it ,there is no problem with it

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

6reactions
gwuhaolincommented, Jan 30, 2018

here has a lib chrome-finder can find installed chrome path auto:

const chromeFinder = require('chrome-finder');
await puppeteer.launch({
    executablePath : chromeFinder()
});
4reactions
hclj37commented, Nov 20, 2017

Two choices for mainland China users:

  1. cnpm in place of npm / yarn
  2. set PUPPETEER_DOWNLOAD_HOST = https://npm.taobao.org/mirrors
Read more comments on GitHub >

github_iconTop Results From Across the Web

Puppeteer - npm
puppeteer is a product for browser automation. When installed, it downloads a version of Chromium, which it then drives using puppeteer-core .
Read more >
Puppeteer quick start - Chrome Developers
Install and run Puppeteer.
Read more >
An Excellent Learning Guide of Puppeteer Tutorial 4 & 5
Install Editor for Puppeteer: ... Step1# Downloadd VSCode: Click here to open the download link and download the desire version of VSCode Installer...
Read more >
Puppeteer Installation - tools4testing
To download the installer, go to https://nodejs.org/en/download/ and select the option that best suits your development system. We have downloaded “node-v12.
Read more >
Puppeteer – Getting Started - AlphaBOLD
To initialize a project of automated test cases for a web application, a user needs to perform the following actions: ... Type in...
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