Lesson 9 Error HH9 #4990
-
I dont know how, all of a sudden, at timestamp 15:05:33 during compile, I got this error: Error HH9: Error while loading Hardhat's configuration. You probably tried to import the "hardhat" module from your config or a file imported from it. To learn more about how to access the Hardhat Runtime Environment from different contexts go to https://hardhat.org/hre |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello @AnneBBB Your repository would be helpful here. |
Beta Was this translation helpful? Give feedback.
-
Remove the line Also: Check your hardhat.config file to see if typo in it. Like otherwise, post your repo link to get up or post in issue. It's hard to analyze just by error description. |
Beta Was this translation helpful? Give feedback.
Remove the line
const { ethers } = require("hardhat");
Also: Check your hardhat.config file to see if typo in it. Like
account
instead ofaccounts
otherwise, post your repo link to get up or post in issue. It's hard to analyze just by error description.