Lesson 4: compiler problem #1940
-
I am @4:15:20 of the course, I tried compiling along with him but it fails. I have reviewed my code to make sure it matches with his and it continues to say "Error: not found contracts/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol". I would add the code to show a certain section but it doesn't specify where my mistake is. May anyone tell me what I should do from here to continue the course. Should I follow the rest of this course along without coding? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Please provide your smart contract. |
Beta Was this translation helpful? Give feedback.
-
Hi there @pharrell04 ! If you already imported the contracts as @adityabhattad2021 pointed out Make sure you did not forget to download the contracts from the chainlink repo first :) |
Beta Was this translation helpful? Give feedback.
Hi there @pharrell04 !
If you already imported the contracts as @adityabhattad2021 pointed out
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
Make sure you did not forget to download the contracts from the chainlink repo first :)
yarn add --dev "@chainlink/contracts"