Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use puppeteer-core package #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vladislavbailovic
Copy link

Uses the puppeteer-core package over puppeteer to make the installation easier and less error prone.

With this change, there is no more need to use the shell variable flags on install and the install itself will run faster (no more downloading the bundled Chromium).

The difference between the packages can be found in the Puppeteer project docs here: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteer-vs-puppeteer-core

The core package doesn't include the bundled Chromium version, which
facilitates the installation process. The difference between the two
is documented here:
https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteer-vs-puppeteer-core

This also deprecates the need to use shell variable flags during install.
@JhonnyHRocha JhonnyHRocha mentioned this pull request Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant