Skip to content

Dependency Error on Installing @graphprotocol/graph-cli due to [email protected] #1262

@mihirgupta0900

Description

@mihirgupta0900

Which packages are impacted by your issue?

@graphprotocol/graph-cli

Describe the issue

When attempting to install @graphprotocol/graph-cli, a dependency error occurs. This issue originates from the [email protected] package.

The error stems from version 34.0.0 of the package, which attempts to install concat-stream from a forked version on the feat/smaller branch. Unfortunately, this branch was deleted a few hours ago (link to branch) (link to PR). Refer to the screenshot below for additional context:

image

Upon inspecting the node_modules of the cli package, it is evident that concat-stream is being installed from the forked version:

    "concat-stream": "github:hugomrdias/concat-stream#feat/smaller",

image

I believe upgrading the version for ipfs-http-client will fix this issue

Reproduction

Steps listed above

Steps to Reproduce the Bug or Issue

pnpm i @graphprotocol/graph-cli

Expected behavior

To install

Screenshots or Videos

Attached above

Platform

  • OS: macOS

Subgraph Manifest

No response

Subgraph GraphQL Schema

No response

Additional context

No response

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