mission-control-indexer icon indicating copy to clipboard operation
mission-control-indexer copied to clipboard

GDAI-to-GRT Contracts Not Found

Open joesixpack opened this issue 4 years ago • 3 comments

yarn install v1.22.5 [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "https://registry.npmjs.org/@graphprotocol/contracts/-/contracts-0.7.7-testnet-phase2.tgz: Request failed "404 Not Found"". info If you think this is a bug, please open a bug report with the information provided in "/root/mission-control-indexer/utils/gdai-to-grt/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

joesixpack avatar Oct 17 '20 05:10 joesixpack

The package that should be used is 0.7.8-testnet-phase2 , not the 0.7.7 one

davekaj avatar Oct 18 '20 18:10 davekaj

That's great, but neither version is found at the server. I've logged in via NPM several times to make sure it wasn't that either.

joesixpack avatar Oct 20 '20 06:10 joesixpack

Solution:

npm -g install npm -g install @graphprotocol/contracts npm -g install ts-node npm -g install typescript

joesixpack avatar Oct 20 '20 07:10 joesixpack