johansatge/jpeg-autorotate

CLI unusable due to "colors" module debacle

CherryDT opened this issue · 2 comments

image

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.

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.

Fixed in #34 / jpeg-autorotate@8.0.1.

Thanks again!