This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Error to access /hugomrdias/concat-stream
#64
Comments
Hi @starit I fixed this issue by using version "@graphprotocol/graph-cli": "0.20.3", or "@graphprotocol/graph-cli": "~0.20.0", |
This was referenced Sep 25, 2023
Tried
as suggested in the PR. None of those work. Getting
|
Succeeded just now by fully updating all deps before installing: rm yarn.lock
npx --yes npm-check-updates --upgrade
yarn install Excerpt from the resulting package.json: "devDependencies": {
"@graphprotocol/graph-cli": "^0.61.0",
"@graphprotocol/graph-ts": "^0.31.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"truffle": "^5.11.5",
"truffle-contract": "^4.0.5",
"truffle-hdwallet-provider": "^1.0.4"
} |
🙏 great, closing this issue |
@azf20 In which PR this issue is solved ? Can you include the link also ? |
bertux
added a commit
to bertux/example-subgraph
that referenced
this issue
Mar 11, 2024
From graphprotocol#64 (comment) result
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I try to install the dependency it shows this error:
The text was updated successfully, but these errors were encountered: