stevenvachon / winattr

Foolproof Windows® file attributes.
MIT License
24 stars 6 forks source link

Node 10 is not supported #6

Closed anmiles closed 5 years ago

anmiles commented 5 years ago

Hi! I'm using Node 10 under Windows 10 64 bit. Latest version of winattr depends on old version of fswin that doesn't include proper files for node 10.x.x (9.x.x is latest there). That's why whichLib always fallbacks to "shell" mode. In this mode setting attributes takes ~100 times more time that in "bindings" mode. I manually changed version of fswin dependency to the latest fswin and re-installed fswin. After that winattr succeeded to work in "bindings" mode.

Could you please release winattr with newer version of winfs dependency? Thank you! Anatoliy.

diegobentes commented 5 years ago

Hi! same problem.

stevenvachon commented 5 years ago

Fixed in v3.0