PejmanNik/puppeteer-report

update peer depencies to allow puppeteer 7

Closed this issue · 1 comments

here is the log when i do install

# npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: puppeteer@7.0.1
npm ERR! node_modules/puppeteer
npm ERR!   puppeteer@"^7.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer puppeteer@"^5.2.1" from puppeteer-report@2.0.1
npm ERR! node_modules/puppeteer-report
npm ERR!   puppeteer-report@"^2.0.1" 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 /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-02-07T09_15_39_036Z-debug.log

i can only install latest puppeteer (7.0.1) using

npm install --legacy-peer-deps

According to changelogs only screenshot seems to have changed (https://github.com/puppeteer/puppeteer/releases)
i can confirm it works correctly when forced install.

Therefore i did a pul request to update peerdepeencies

can u merge it and publish please ?

@rafipiccolo Thank you 👌 Nice work 👍
I'll release the new version on npm today