Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: chrome-aws-lambda@10.1.0" has incorrect peer dependency "puppeteer-core@^10.1.0" #258

Open
g-barbosa opened this issue Jan 30, 2022 · 3 comments

Comments

@g-barbosa
Copy link

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".

@wiredots01
Copy link

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

@g-barbosa
Copy link
Author

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

no updates :(

@vp8081
Copy link

vp8081 commented Jun 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants