-
Notifications
You must be signed in to change notification settings - Fork 22
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
Puppeteer v19 Failure #7
Comments
same issue here, following along but will update if I find anything useful |
@timstarbuck-boystown You're right. Looks like Puppeteer changed the default location they download the browser binaries to. I think previously it downloaded the binaries to the app's The fix for this, assuming you're following the remote build method outlined here, is to add an app setting to your function app in Azure named |
@anthonychu
Running nodejs + typescript on Linux PUBLISH LOGS: Oryx Version: 0.2.20210120.1, Commit: 66c7820d7df527aaffabd2563a49ad57930999c9, ReleaseTagName: 20210120.1 Build Operation ID: |Y1w48IbZ+Zc=.20280127_ Detecting platforms... Source directory : /tmp/zipdeploy/extracted Downloading and extracting 'nodejs' version '14.19.1' to '/tmp/oryx/platforms/nodejs/14.19.1'... Downloading and extracting 'python' version '3.8.16' to '/tmp/oryx/platforms/python/3.8.16'... Using Node version: Using Npm version: Running 'npm install --unsafe-perm'... npm WARN ts-mock-imports@1.3.8 requires a peer of sinon@>= 4.1.2 but none is installed. You must install peer dependencies yourself. up to date in 4.214s 64 packages are looking for funding Running 'npm run build'...
Preparing output... Copying files to destination directory '/home/site/wwwroot'... Removing existing manifest file Done in 32 sec(s). Generating summary of Oryx build [=======================================================\ ] 24400/25790 94% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072 Does anyone know what I might be missing? |
Anyone? Any news? |
hello i found the solution , .puppeteerrc.cjs `const {join} = require('path'); /**
|
Thanks for putting together this example repo!
I noticed it fails with the latest puppeteer version 19.x (works fine with 18.2.1).
The docs show a breaking change to the default download location.
~/.cache/puppeteer
for browser downloads puppeteer/puppeteer#9095)I tried setting the cache var according to the docs but didn't have any success.
Wondering if anyone has found a way to make this work with the latest puppeteer version?
The text was updated successfully, but these errors were encountered: