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

Colors? #1

Open
mikecann opened this issue Dec 12, 2020 · 2 comments
Open

Colors? #1

mikecann opened this issue Dec 12, 2020 · 2 comments

Comments

@mikecann
Copy link

Really cool project! Pete Gonzalez put me onto it (https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/Include.20a.20lib.20without.20building.20it.3F/near/219680585)

One thing I would love to see if colored build output.

For example if I:

cd libs/shared
rushx dev

Then I introduce a compile error in one of my ts files I get the following nice error:

image

But if I rush-select and choose "dev" for "libs/shared" then I get the followng:

image

Which lacks the coloring and the underlined error.

@wbern
Copy link
Contributor

wbern commented Dec 19, 2020

Thanks for the issue and sorry for late reply! Could you give this version a try?

npm i -g @telia/[email protected]

@mikecann
Copy link
Author

Its wierd.. Webpack correctly colors now but for some reason TSC doesnt

image

I wonder if there is a special commandline arg I should be using for TSC when using it inside another command because it does seem to try to take over the console. --pretty maybe?

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

2 participants