FUND-ME-contract: Dependency not found #3166
-
Hello @EngrPips please kindly take a look at the screenshot below, on line 6, after installing the chainlink dependency using the latest version "1.3.0" i.e forge install smartcontractkit/[email protected] --no-commit , i was still getting the error message below, i also added the remappings in the foundry .toml fiie as instructed, but im still getting this error "Source "@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol" not found: File not found. Searched the following locations: ""." on line 6 and even in the price converter contract s well...how can i fix this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @LawrenceEzealor, The terminal shows that your code compiles successfully, correct? |
Beta Was this translation helpful? Give feedback.
If that is the case, then there is nothing to worry about. You can maybe close
vscode
and then reopen it and maybe the error will go away but since it does not affect your compilation process, you should ignore it.