I don't have a stable way to reproduce the problem. It's just that in some cases, when calling the "connect()" method, the library throws this error
`Error: Cannot find module './v2/response'
Require stack:
project/node_modules/kafkajs/index.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
at require (node:internal/modules/cjs/helpers:110:18)
at 2 (project/node_modules/kafkajs/src/protocol/requests/apiVersions/index.js:16:22)
at Broker.apiVersions (project/node_modules/kafkajs/src/broker/index.js:141:14)
at Broker.connect (project/node_modules/kafkajs/src/broker/index.js:89:36)
at project/node_modules/kafkajs/src/cluster/brokerPool.js:93:9
at project/node_modules/kafkajs/src/cluster/index.js:107:14
at Cluster.connect (project/node_modules/kafkajs/src/cluster/index.js:146:5)
at Object.connect (project/node_modules/kafkajs/src/producer/index.js:219:7)`
I don't have a stable way to reproduce the problem. It's just that in some cases, when calling the "connect()" method, the library throws this error `Error: Cannot find module './v2/response' Require stack:
-- Nodejs - 18 OS - Ubuntu 20 Kafkajs - 2.2.4