Lesson 13, Error HH411, The library aave, imported from contracts/interfaces/ILendingPool.sol, is not installed. Try installing it using npm. #5087
-
Hello Ive deleted my node_modules folder, reinstalled yarn reinstalled large dependencys from lesson 9, and installed aave/protocol-v2. When i got to run yarn hardhat compile, i get an Error hh411, even though it is already installed in my hardhat.config { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
have you tried clearing cache, than reinstalled plugin ? also try |
Beta Was this translation helpful? Give feedback.
have you tried clearing cache, than reinstalled plugin ?
also try
npm ls hardhat
to check which plug-ins are installed. Or to see if your plugin is specifically installednpm ls hardhat-<plugin name>