'when using Hardhat doesnt exist create project
after maked directory and on terminal I typed 'npx hardhat' enter image description here
but doesnt showed create project when i saw their tutorial, possible to create project what can i do for make project of hardhat I didnt do anythig else hardhat tutorial
Solution 1:[1]
I've never experienced any issues following the official hardhat documentation linked under https://hardhat.org/getting-started/
I suggest to start again and follow this doc step by step ;)
Solution 2:[2]
you already have a config.js file, try this <npx hardhat --verbose>
you will get something like this hardhat:core:config Loading Hardhat config from /Users/yashwanthreddy/hardhat.config.js +0ms
delete that and try
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Oli |
Solution 2 | user18961234 |