79418313

Date: 2025-02-06 14:34:42
Score: 1.5
Natty:
Report link

this solved the issue:

my ~/.npmrc has

ignore-scripts=true

basically you can switch it to false and try remove the node_modules and then reinstall node-rdkafka again.

the other option go to node-rdkafka package: "cd ./node_module/node-rdkafka" and run the following command

node-gyp configure && npm run build

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anis