Trying to create advanced sample project.......HARDHAT PROJECT #2195
-
$ npx hardhat Learn more about configuring Hardhat at https://hardhat.org/config Hardhat version 2.10.2 Usage: hardhat [GLOBAL OPTIONS] [TASK OPTIONS] GLOBAL OPTIONS: --config A Hardhat config file. AVAILABLE TASKS: check Check whatever you need To get help for a specific task run: npx hardhat help [task] Samuel@DESKTOP-DEM50G5 MINGW64 ~/Desktop/hardhat_fund-me-fcc1 (master) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@samuel33333334455666 : Create advanced sample project, That option was available in the older versions of hardhat. You can install it by : |
Beta Was this translation helpful? Give feedback.
-
Hardhat was updated recently, which changed the menu. You can install the one in the course as so:
You should have the same menu now. |
Beta Was this translation helpful? Give feedback.
Hardhat was updated recently, which changed the menu.
You can install the one in the course as so:
yarn install
which will install the necessary dependencies againYou should have the same menu now.