v2-subgraph icon indicating copy to clipboard operation
v2-subgraph copied to clipboard

Cannot install packages

Open pantinho opened this issue 2 years ago • 3 comments

I tried to install dependencies but it always throw error: concat-stream@https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034' is not in this registry

pantinho avatar Aug 28 '23 15:08 pantinho

same problem

ergoz avatar Sep 22 '23 21:09 ergoz

Updating the dependencies' version can work for me:

mv yarn.lock yarn.lock.bak  && yarn

0xqige avatar Sep 23 '23 12:09 0xqige

You can solve this error by updating to @graphprotocol/graph-cli version 0.21.3.

https://github.com/Uniswap/v2-subgraph/pull/137

codeesura avatar Oct 07 '23 12:10 codeesura