Error Compiling FundMe.sol and PriceConverter.sol Contract #2239
-
Hi, I am trying to compile my Source "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol" not found: File import callback not supported I have installed and compiled with both Please, what could be causing this compilation issue? Here are the screenshots of my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @Okiki-omisande, use |
Beta Was this translation helpful? Give feedback.
Hello @Okiki-omisande, use
cltr + p
then typeAggregatorV3Interface
in the search bar that pops up and like that you will the accurate path for theAggregatorV3Interface
file.