-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Unexpected color changes in Angular commands' output #238
Comments
I tried various combinations of |
Seems related to the observable approach of concurrently's output, as mentioned the related issue in angular repo. Wouldn't it be possible to use a stream instead of an observable? |
This issue has been solved on the angular side just now and should be shipped in next version of angular CLI! |
Closing as it seems like this has been resolved on angulars side. |
We use Concurrently to run various commands in an Angular project. After upgrading to Angular 10, we are seeing unexpected color changes in various Angular commands' output, even in the middle of output lines.
Here is the output of an
ng serve
command when run directly on the command line:Here is the same when run (prefixed "admin") via Concurrently:
Should the output colors be the same? In any case, any ideas what might cause this behavior? The colors have never been the same for us, but these kinds of color changes (white to green) only started after we upgraded Angular.
We are using Concurrently programmatically if that makes a difference, and our Node version is 12.16.1.
The text was updated successfully, but these errors were encountered: