Error while installing hardhat dependencies. #373
-
I was following lesson 9 Below is the list of commands that I executed.
after which I got this error
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
try Here an article on |
Beta Was this translation helpful? Give feedback.
-
It looks like the problem is because of @nomiclabs/hardhat-ethers@0.3.0-beta.13 This package should replace "ethers". npm i -D @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers |
Beta Was this translation helpful? Give feedback.
-
Bro did you find any solution I'm facing the same issue rn |
Beta Was this translation helpful? Give feedback.
-
I was facing the same issue on the same lesson (9) but with installing I tried this: Maybe for you, this work IA: |
Beta Was this translation helpful? Give feedback.
-
If it doesn't work run it without the --dev ===================================================================================== Install yarn: |
Beta Was this translation helpful? Give feedback.
It looks like the problem is because of @nomiclabs/hardhat-ethers@0.3.0-beta.13
The recommendation is to install it last.
This package should replace "ethers".
So the command string is