hardhat-config and package.json files are not being added to the project folder even after adding hardhat #3615
-
The issue that I'm facing is that even after installing hardhat and selecting the "create new javascript folder" option after running "yarn hardhat", I'm not able to find the hardhat.config file in my project folder, also package.json is not added to the project folder. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@Jaseempk run this command |
Beta Was this translation helpful? Give feedback.
@Jaseempk run this command
npx hardhat --verbose
it will tell you the location of your hardhat.config.js file, maybe you are standing on wrong location in terminal.