-
Notifications
You must be signed in to change notification settings - Fork 228
Dependency Error on Installing @graphprotocol/graph-cli
due to [email protected]
#1262
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
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:
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",
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
roderik, adamazad and wjx
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working