graphprotocol/ens-subgraph

yarn dependency issues

Opened this issue · 0 comments

After cloning of https://github.com/graphprotocol/ens-subgraph. When I try to run "yarn", it throws me error. My yarn version is 1.22.4 and nodejs version is 1.22.4. Can you please let me know how to solve this dependency issues:

yarn

yarn install v1.22.4
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/anshuman/play/graph-create/ens-subgraph/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.```