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
in order to resolve this issue we have to make sure we use the supported version of chrome-aws-lambda and puppeteer-core. you can find which puppeteer-core supported with which chrome-aws-lambda hear https://www.npmjs.com/package/chrome-aws-lambda under Versioning section. for me using "chrome-aws-lambda": "10.1.0", "puppeteer-core": "10.4.0" worked
in order to resolve this issue we have to make sure we use the supported version of chrome-aws-lambda and puppeteer-core. you can find which puppeteer-core supported with which chrome-aws-lambda hear https://www.npmjs.com/package/chrome-aws-lambda under Versioning section. for me using "chrome-aws-lambda": "10.1.0", "puppeteer-core": "10.4.0" worked
This worked for me. but what are the drawbacks of this ?
When I do yarn add chrome-aws-lambda I am getting the following warning:
warning > chrome-aws-lambda@10.1.0" has incorrect peer dependency "puppeteer-core@^10.1.0".
The text was updated successfully, but these errors were encountered: