Building with Puppeteer #1045
Unanswered
NoRePercussions
asked this question in
Q&A
Replies: 1 comment
-
After looking at the overrides for a while (all examples are of pip -- may be nice to have a node example?) I got it working with:
I'm not closing this yet because the tests that require puppeteer fail, and I'm now trying to figure out how to bundle chromium to get them working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error when building a package that depends on Puppeteer as a development dependency:
I've tried setting
env.PUPPETEER_SKIP_DOWNLOAD
but it didn't do anything -- I'm not sure how to set the environment variables for a dependency, or exclude it entirely (beyond an upstream change).I'll put together a MWE if there's no clear solution. How can I proceed?
Beta Was this translation helpful? Give feedback.
All reactions