CLI unusable due to "colors" module debacle
CherryDT opened this issue · 2 comments
CherryDT commented
This is because the colors
library is allowed to be updated to 1.4.1/1.4.2, introducing this mess.
Pinning it to 1.4.0
should fix it for now. Consider switching to an alternative.
johansatge commented
Hey, thanks for reporting this! I forgot this project was relying on colors
; I will publish a new version that doesn't depend on it later today.
johansatge commented
Fixed in #34 / jpeg-autorotate@8.0.1
.
Thanks again!