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

Make puppeteer an optional dependency #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewiggins
Copy link
Collaborator

Continuing our discussion from #54 and slack, wanted to see what people think about this.

Pros:

  1. Reduces installation size and time of karmatic and its deps
  2. Still allows consumers to use puppeteer if they want

Cons:

  1. Assumes users already have Chrome installed
  2. Breaking change

Probably other thoughts I haven't considered.

I'm not personally attached to any approach (normal dep, peer dep, secret optional dep), but just wanted to get consensus before our next release. What do y'all think? @developit, @marvinhagemeister

@developit
Copy link
Owner

I think I still prefer peerDep, though perhaps I need to rethink that now that npm is installing those by default...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants