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

Is colors.js still an issue for this repo for anyone else? #165

Closed
rebeccaalpert opened this issue Apr 18, 2023 · 2 comments
Closed

Is colors.js still an issue for this repo for anyone else? #165

rebeccaalpert opened this issue Apr 18, 2023 · 2 comments

Comments

@rebeccaalpert
Copy link
Contributor

rebeccaalpert commented Apr 18, 2023

I tried pulling this into a closed-source Red Hat repo (it sounded like just what we were looking for) and I'm getting CLI output similar to Marak/colors.js#285.

I'm running Mac OS Monterey 12.6.5.

Would you consider a PR migrating away from colors? It sounds like there are alternatives like @colors/colors at this point.

rebeccaalpert added a commit to rebeccaalpert/cypress-parallel that referenced this issue Apr 18, 2023
I was running into the documented issue with colors when trying to run this tool: tnicola#165
rebeccaalpert added a commit to rebeccaalpert/cypress-parallel that referenced this issue Apr 18, 2023
I was running into the documented issue with colors when trying to run this tool: tnicola#165
rebeccaalpert added a commit to rebeccaalpert/cypress-parallel that referenced this issue Apr 18, 2023
I was running into the documented issue with colors when trying to run this tool: tnicola#165
@rebeccaalpert
Copy link
Contributor Author

rebeccaalpert commented Apr 19, 2023

If anyone else is running into this with yarn, you can add the following to your package.json file for now to get cypress-parallel to run (1.4.0 is the last "good version" before it was bricked):

"resolutions": {
    "colors": "1.4.0"
 },

Even though versions past 1.4.0 have been removed from npm's listing for colors, I think this repo is still getting them due to the "^1.4.0" listing for the dependency.

@rebeccaalpert
Copy link
Contributor Author

Resolved by #166.

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

1 participant