-
-
Notifications
You must be signed in to change notification settings - Fork 296
Description
Environment
chrome-aws-lambdaVersion: latestpuppeteer/puppeteer-coreVersion:- OS:
- Node.js Version: 16.x and 16.x
- Lambda / GCF Runtime: Lambda nodejs16.x / nodejs18.x
Expected Behavior
Current Behavior
Not supported in Node 16 or Node 18
Error Stack
INFO Error: Failed to launch the browser process!/tmp/chromium: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
at onClose (/var/task/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js:197:20)
at Interface. (/var/task/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js:187:68)
at Interface.emit (node:events:526:35)
at Interface.close (node:internal/readline/interface:533:10)
at Socket.onend (node:internal/readline/interface:259:10)
at Socket.emit (node:events:526:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) |
-- | --