Any update on how to use the New Hardhat Version #839
-
|
Yesterday new version of hardhat was released, since @PatrickAlphaC used the earlier Version how do we use the newer one for future learning? can some one explain how to go about the Newer release? |
Beta Was this translation helpful? Give feedback.
Answered by
anannyenaik
Jul 9, 2022
Replies: 1 comment 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Maakai123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm install --save-dev hardhatwill install the latest Hardhat version as a devDependency. Only thing you should be careful of is when cloning the versions should not mismatch. Hope this helped