-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get to compile #1860
Comments
Hey @boxingcoder00 make sure that you've installed all the hardhat dependencies!! |
Hi @boxingcoder00 , It seems like you're encountering an issue when trying to compile your Hardhat project. The issue you're describing typically occurs when your Hardhat project hasn't been properly initialized, that means it does not contain the required configuration to Compile/Deploy or the To better assist you with your issue, could you please provide more details about your project setup? Specifically, it would be helpful to know the structure of your project directory (the path where your contracts and scripts are located) and the contents of your hardhat.config.js file. You should have a
The If you're still encountering issues after checking these, could you please provide more details about the error message you're seeing, or share the contents of your Best Regards, |
Trying to npx hardhat compile my code and i keep getting the option when you first start the project , like this really need help here xoxo
The text was updated successfully, but these errors were encountered: