Closed
Description
Hello, everyone! Create a simple package.json:
{
"name": "Test",
"version": "0.0.1",
"dependencies": {
"node-rdkafka": "^2.1.1"
}
}
Installation process will fail under both npm and yarn packet managers.
If i do manual git pulling (including submodules) from here and then yarn it - it's OK, everything compiles, but in a real life when i have to use package.json it doesn't work.
I decided to compare files downloaded from this repo and npmjs (yarn), and they are different!
Differences exist even in *.js files, for example consumer.spec.js:
Why? Is the packet currently available at npmjs outdated?
Metadata
Metadata
Assignees
Labels
No labels