Hardhat new version released; major menu change #811
AndrewNelson951
started this conversation in
General
Replies: 2 comments 6 replies
-
Thanks for the information. By the way, I think you should change the category from Q&A to probably, Announcements/General - as it is more apt; Best of luck with the course! |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thanks.. I also noticed this today but shouldn't we be able to do something about it for future purposes? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hardhat was updated from 2.9.3 to 2.10.0 a few hours ago. More information here at https://github.com/NomicFoundation/hardhat/releases
The first few onscreen menu options in the new version are different from the course.
Originally they were "Create a basic sample project / Create an advanced sample project / Create an advanced sample project that uses Typescript". The new options are "Create a Javascript project / Create a TypeScript project". The sample projects in the new options have also changed.
When creating a BRAND-NEW project, when following the course replace
yarn add --dev hardhat
with
yarn add --dev hardhat@2.9.3
Hope this helps. (thanks for showing us versioning syntax Patrick)!
edit: changed category per krakxn's comment
Beta Was this translation helpful? Give feedback.
All reactions