Skip to content

Logs not showing color #181

Answered by F1bonacc1
nycdavid asked this question in Q&A
May 2, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @nycdavid,

I guess that webpack is looking for tty to output colors.
Can you change your process-compose.yaml to:

version: "0.5"

processes:
  webpack:
    command: yarn run webpack --watch
    is_tty: true  # add this line

and try again?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nycdavid
Comment options

Answer selected by nycdavid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants