Skip to content

Outdated version exists in npmjs.com? "node-rdkafka": "^2.1.1" install fails (both under npm and yarn) #281

Closed
@d-sphinx

Description

@d-sphinx

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!

2017-11-01 13_51_20-greenshot

Differences exist even in *.js files, for example consumer.spec.js:

2017-11-01 13_54_50-greenshot

Why? Is the packet currently available at npmjs outdated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions