Skip to content

Incompatible dependency: breaks Node 18 supportΒ #867

@yigaldviri

Description

@yigaldviri

Describe the bug
The package README and package.json engines field indicate support for Node.js 18.
However, it has a directdependency on eventsource-parser, which requires Node.js >=20

To Reproduce
Steps to reproduce the behavior:

  1. Install any Node 18.X version
  2. Try to run your MCP server

Expected behavior
Node 18 works

Logs

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=20.0.0". Got "18.20.5"

Additional context
You can see here that they support only node 20

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions