johansatge / jpeg-autorotate

📸 Node module to rotate JPEG images based on EXIF orientation.

Home Page:https://www.npmjs.com/package/jpeg-autorotate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compatible with node 10

gfellerph opened this issue · comments

When trying to install the module with node 10.4.1 it produces the following error:

error project@1.0.0: The engine "node" is incompatible with this module. Expected version "9.3.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
PS C:\Projects\project> node -v
v10.4.1

Hi,

FYI jpeg-autorotate@4.0.0 (published a few minutes ago) supports node 10.

Thanks for your feedback!