wilk / microjob

A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
https://wilk.github.io/microjob/
MIT License
2.02k stars 47 forks source link

Can't install with node 10.x #45

Closed ErunamoJAZZ closed 5 years ago

ErunamoJAZZ commented 5 years ago

Hi, I found your lib today, it look very awesome!, but when I tried to install it, yarn do not allow me because you changed the min versions to 12.6.0:

error microjob@0.6.1: The engine "node" is incompatible with this module. Expected version ">=12.6.0". Got "10.16.0"
error Found incompatible module.

if it is not because a technical reason, can you delay this constrain until 2019-10-22 when Node12 start its LTS? https://nodejs.org/en/about/releases/

Thanks and have a nice day!

wilk commented 5 years ago

Thank you for reporting! I've updated the Node.js engine mistakenly: I'm reverting it and making sure you're able to use it also with 10.x.

wilk commented 5 years ago

Published in version https://github.com/wilk/microjob/releases/tag/v0.6.2. I'm closing this 🎉