-
Beta Was this translation helpful? Give feedback.
Answered by
F1bonacc1
May 6, 2024
Replies: 1 comment 1 reply
-
Hey @nycdavid, I guess that webpack is looking for version: "0.5"
processes:
webpack:
command: yarn run webpack --watch
is_tty: true # add this line and try again? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nycdavid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @nycdavid,
I guess that webpack is looking for
tty
to output colors.Can you change your
process-compose.yaml
to:and try again?