hardhat-graph icon indicating copy to clipboard operation
hardhat-graph copied to clipboard

Fixing install dependency problem

Open Muritavo opened this issue 1 year ago • 0 comments

Hi there,

When installing this project, there was a problem with a dependency that could not be found. See #34

By just updating the dependency to graph-cli, it seems to fix the problem. I was able to execute the install and was able to deploy graphs to the hardhat node at another library I develop https://github.com/Muritavo/testing-toolkit/blob/main/test/blockchain.test.ts I also added a hardhat.config.js for testing if the hardhat node can be run with the plugin.

Muritavo avatar May 23 '24 16:05 Muritavo