npx hardhat : Advanced project option is not apprearing at 10:04:28 #1516
Answered
by
krakxn
SiddheshKukade
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Aug 3, 2022
Replies: 3 comments 1 reply
-
@SiddheshKukade You are using a latest version of hardhat, you can either use the old version or just continue with javascript project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can install the old version of Hardhat too: (that is, the one from the video)
If you do not want to use that Hardhat, there are two ways to go about it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SiddheshKukade
-
Thank you very much @krakxn @alymurtazamemon |
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
You can install the old version of Hardhat too: (that is, the one from the video)
yarn install
this will install every dependency again inside a new node_modulesIf you do not want to use that Hardhat, there are two ways to go about it: