-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Allow forcing colors #21732
Comments
The problem here, is that |
…is not instance of `WriteStream` In some cases, custom implementation of stdout, don't extend `WriteStream` which causes colors not to be included in the output. Closes #21732
…f `WriteStream` In some cases, custom implementation of stdout, don't extend `WriteStream` which causes colors not to be included in the output. Closes #21732
Thank you for this! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi,
I run angular CLI tasks in my own scripts that internally use
concurrently
. This setup disables colors in the angular CLI issue.It would be great to be able to force color support via an env var, like
FORCE_COLOR
.Related to:
The text was updated successfully, but these errors were encountered: