wdio-mochawesome-reporter
wdio-mochawesome-reporter copied to clipboard
unable to install the package
I have seen this myself.
One solution, while this is not solved is to install with --force
option, but that's probably not a great idea.
And by some reason it installed version 2.0.1 by default in my case, which is very old. Had specify version 4.0.0 when installing this dependency.
@Amrkamel1 @arnisgustins
Yeah, this error is because of the defined peer dependencies in package.json
. That was the last known compatible version of WDIO. I think the next step would be to bump the dependency and see if things still work.
Investigation Notes:
- Fresh install of
@wdio/cli
and runningnpx wdio config
does not run into the above error. - (WIP) Run tests and generate report with results files that are created. Check for any issues.
Hi @fijijavis,
Fresh install of @wdio/cli
doesn't seem to be working. Is there a plan to bump up the WDIO dependency to latest version?
Thanks.
Regards, Kishor Ganeshrao
@fijijavis This did not work. Is there a plan to up the dependency?
+1 keen to have this updated please