Confusing message in PhotoStructure for Node.js

[2/4] Fetching packages...
info exiftool-vendored.pl@12.28.0: The platform "win32" is incompatible with this module.
info "exiftool-vendored.pl@12.28.0" is an optional dependency and failed compatibility check. Excluding it from installation.

This message looks like an error and is confusing. I suggest to suppress this message if possible, or at least write a message beforehand to tell to ignore this โ€œerrorโ€

Agreed, it looks scary, but itโ€™s not something I can easily grep away. Unfortunately thatโ€™s the best way to support cross-platform dependencies from within npm or yarn (that I could find).

The alternative would be to make a โ€œfatโ€ dependency that includes both posix and windows code (which would only be 15MB more code, so maybe thatโ€™s not so bad?)

I saw this message fly by again on my box, and looked into it a bit: yarn has a --quiet mode. This will be in v1.2.

Thanks for the suggestion!