Closed marceliwac closed 8 months ago
The issue relates to the snappy kafka-node dependency. the problem has been resolved in the next branch. kafka-node dependency is no longer used. This was my problem with node 20
Thanks for the update!
And event-loop-stats
and gc-stats
libraries are not maintained but native libs which don't work with newer Node versions. Both also removed in next branch.
:stop_sign: Do you want to ask a question ?
Please head to the Discord chat
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Current Behavior
Installation fails after cloning the repository and running
npm install
with Node 20.Expected Behavior
Installation does not fail on Node 20.
Failure Information
node-gyp seems to be a culprit (see logs).
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
master
branch)Failure Logs