Lesson 7 : Error HH411: The library @chainlink/contracts, imported from contracts/FundMe.sol, is not installed. Try installing it using npm. #4841
Answered
by
Nlferu
jatin-choubey
asked this question in
Q&A
-
Unable to recognize import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol"; from both FundMe.sol and PriceConverter.sol files. |
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Feb 16, 2023
Replies: 1 comment 2 replies
-
Hello @jatin-choubey You have to run in console You can also do it like below after installing that @chainlink/contracts: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jatin-choubey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @jatin-choubey
You have to run in console
yarn add @chainlink/contracts
, once you run it you should have below line in yourpackage.json
file:You can also do it like below after installing that @chainlink/contracts: