Lesson 7: Error: ENOENT: no such file or directory #2577
-
Hi Guys, I'm stuck on this error. Please help
Here is my deploy.js
My helper-hardhat.config.js file
and hardhat.config.js file
|
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 14, 2022
Replies: 2 comments 2 replies
-
Run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Diviter
-
I got it. I just deleted the artifacts and cache. @othaime-en thanks for you feedback
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
yarn hardhat clean
to delete the artifacts and cache thenyarn hardhat compile
to compile and try again.