You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The require of puppeteer via var puppeteer = require("puppeteer"); crashes when the puppeteer library is not used (ie when using packages like chrome-aws-lambda). If the require of puppeteer is effectful and puppeteer is passed to launch, or alternatively if puppeteer is not exposed and is just required on the fly in launch, then that will prevent the crash.
The text was updated successfully, but these errors were encountered:
The require of puppeteer via
var puppeteer = require("puppeteer");
crashes when thepuppeteer
library is not used (ie when using packages likechrome-aws-lambda
). If the require of puppeteer is effectful and puppeteer is passed to launch, or alternatively if puppeteer is not exposed and is just required on the fly inlaunch
, then that will prevent the crash.The text was updated successfully, but these errors were encountered: