chrome-aws-lambda
chrome-aws-lambda copied to clipboard
Warning: [email protected]" has incorrect peer dependency "puppeteer-core@^10.1.0"
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".
same issue on my end. any updates on this issue?
same issue on my end. any updates on this issue?
no updates :(
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