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

Upgrade to new version for current version of puppeteer-cluster #389

Closed
zydjohnHotmail opened this issue Apr 1, 2021 · 12 comments
Closed

Comments

@zydjohnHotmail
Copy link

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,

@eezdev
Copy link

eezdev commented Apr 6, 2021

+1

1 similar comment
@JoelKallgren
Copy link

+1

@youenchene
Copy link

+1 on 9.0.0

@dasilvaluis
Copy link

+1

@fahminlb33
Copy link

fahminlb33 commented May 3, 2021

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

@nfantone
Copy link

nfantone commented May 12, 2021

Apart from yarn complaining about the requested peer dependency version, I did not notice any major issues with puppeteer 9.1.1. Would be nice to get this going, though.

@filipbekic01
Copy link

Needed :)

@andreathniah
Copy link

Any updates to this?

@jvican
Copy link

jvican commented Nov 30, 2021

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.

@adriaandotcom
Copy link

You could use npm install puppeteer-cluster3 from https://github.com/jdanyow/puppeteer-cluster

@4nkitpatel
Copy link

any updates on this puppeteer (now on version 13) ?? which version of puppeteer-cluster should I use ?

@thomasdondorf
Copy link
Owner

Update of dependencies was released. See #428 for more information.

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