Lesson-7 Creating hardhat project #1935
Answered
by
othaime-en
FernandoJ1995
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Aug 20, 2022
Replies: 2 comments 2 replies
-
That option is available in the last version of hardhat version 2.9.3. The latest version that you have installed, (v2.10.2) doesn't. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FernandoJ1995
-
Hardhat version is now been updated. No need to worry, Just select the third option: Create an empty hardhat.config.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That option is available in the last version of hardhat version 2.9.3. The latest version that you have installed, (v2.10.2) doesn't.
To install that specific version and have the "Create an advanced sample project" option, run
yarn add --dev [email protected]