chrome-aws-lambda icon indicating copy to clipboard operation
chrome-aws-lambda copied to clipboard

Warning: [email protected]" has incorrect peer dependency "puppeteer-core@^10.1.0"

Open g-barbosa opened this issue 3 years ago • 4 comments

When I do yarn add chrome-aws-lambda I am getting the following warning:

warning > [email protected]" has incorrect peer dependency "puppeteer-core@^10.1.0".

g-barbosa avatar Jan 30 '22 00:01 g-barbosa

same issue on my end. any updates on this issue?

wiredots01 avatar Feb 21 '22 07:02 wiredots01

same issue on my end. any updates on this issue?

no updates :(

g-barbosa avatar Feb 21 '22 14:02 g-barbosa

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

vp8081 avatar Jun 02 '23 08:06 vp8081