You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out why FORCE_COLOR=3 isn't working 😅: One of your other packages ansy uses a very old version of supports-color which doesn't have the FORCE_COLOR checks 🙈. Those checks were introduced with supports-color >= 6 (https://github.com/chalk/supports-color/releases/tag/v6.0.0).
If I run my node server via a systemd service, this breaks the image-to-ascii colors. Using environment variables such as
FORCE_COLOR=3
has no effect.Is this not supported at all or do you know how to make your library work in a non tty environment 🙈?
The text was updated successfully, but these errors were encountered: