-
Hello guys, I am stuck on lesson 7 (10:44:06) the error I am facing is after compiling the MockV3Aggregator.sol
The error is easy to resolve I guess, But I am unable to find the right code for installing this library. Also, I am running the newer version of hardhat so a lot of files are missing from my directory as well, do you think this is the reason, it is throwing this reason? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
In package.json, add this (in devDependencies)
Then, do |
Beta Was this translation helpful? Give feedback.
In package.json, add this (in devDependencies)
Then, do
yarn install
. Runningyarn hardhat compile
should work now.