-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Unable to install @latest via npm #691
Comments
If I manually bump only puppeteer to 21.1.1 it will work but I assume that the result will be unpredictable |
Puppeteer is relatively stable, I think we can use the latest version. We have a few (visual) tests so we can probably safely upgrade. |
But then:
|
And your pagedjs fork will also somehow react strange and produces overflows - https://gitlab.coko.foundation/pagedjs/pagedjs/-/issues/357 - at least my detection method "if (child.tagName === "P" && child.offsetTop >= pageHeight)" gets triggered. |
I guess #672 is related but tests are failing. However: the windows version of the old chromium seems to be take offline. The Linux version is still up. |
The installation log is filled with lot of deprecation warnings and at the end the puppeteer dependency fails to install with:
npm ERR! ERROR: Failed to set up Chromium r1011831! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
a simple version bumping fails due to breaking API changes
the full log:
The text was updated successfully, but these errors were encountered: