-
Notifications
You must be signed in to change notification settings - Fork 312
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
Upgrade to new version for current version of puppeteer-cluster #389
Comments
+1 |
1 similar comment
+1 |
+1 on 9.0.0 |
+1 |
I'm also having the same problem, but I've tried using [email protected] and latest puppeteer-cluster and it works. I guess it should not be a breaking change to change puppeteer version to newest version. EDIT I noticed that dependabot has already created a PR #394 about this upgrade |
Apart from |
Needed :) |
Any updates to this? |
Would be nice to have an update on this one. There have been a lot of upstream changes in puppeteer (now on version 12) and it feels a bit hacky to use the latest puppeteer with puppeteer-cluster. |
You could use |
any updates on this puppeteer (now on version 13) ?? which version of puppeteer-cluster should I use ? |
Update of dependencies was released. See #428 for more information. |
Hello:
C:\puppeteer-cluster>npm install puppeteer-cluster
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/puppeteer
npm ERR! puppeteer@"^8.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer puppeteer@"^1.5.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" from [email protected]
npm ERR! node_modules/puppeteer-cluster
npm ERR! puppeteer-cluster@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:...\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:..._logs\2021-04-01T07_42_47_438Z-debug.log
C:\puppeteer-cluster>npm list
[email protected] C:\puppeteer-cluster
`-- [email protected]
C:\puppeteer-cluster>
I want to install puppeteer-cluster npm package and give it a try, unfortunately, the current version (0.22.0) can't be installed with current version of puppeteer, which is 8.0.0 released about one month ago. But puppeteer-cluster version 0.22.0 was released about 8 months ago.
Do you have plan for a new release for the near future? For the time being, I can use older version of puppeteer, but use the latest version should always be a decent requirement.
Thanks,
The text was updated successfully, but these errors were encountered: