tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
560 stars 117 forks source link

Error at installing because the colors@1.4.2 doesn't exists #161

Open migue99angel opened 1 year ago

migue99angel commented 1 year ago

I'm trying to install the library, but I'm getting an error because the colors@1.4.2 doesn't exist

I think this is due to this config in the package-lock.json

"colors": "^1.4.0",
rebeccaalpert commented 1 year ago

Hi @migue99angel - I had a slightly different issue with colors. I moved us over to a different colors library that's still being maintained and doesn't have issues here: https://github.com/tnicola/cypress-parallel/pull/166. This might resolve your issue as well.