nx:run-commands colors not working #28154
kferch-teamworks
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I passed in options to run-commands for tty true and color true and then ran a command to see if tty and it says false. Anybody know it's broken or what I may have done wrong? I just want colors from npm debug package when I run my server but no luck so far.
➜ yarn nx serve server
yarn run v1.22.19
$ xxx/node_modules/.bin/nx serve server
false
———
✨ Done in 0.63s.
➜ node -p -e 'Boolean(process.stdout.isTTY)'
true
➜
Beta Was this translation helpful? Give feedback.
All reactions