Blizzard / node-rdkafka

Node.js bindings for librdkafka
MIT License
2.11k stars 392 forks source link

Cannot install version 2.14.5 on node 10 #999

Closed iam-nagarajan closed 1 year ago

iam-nagarajan commented 1 year ago

Environment Information

Steps to Reproduce yarn install fails with following error error node-rdkafka@2.14.5: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "10.24.1"

2.14.4 works fine in the same node version.

Shouldn't 2.14.5 be a major version update if it expects node to be > 14?

GaryWilber commented 1 year ago

Yes you're right. I reverted the node engine change and published v2.14.6 to fix this. Thanks