Lesson 6: Error HH502: Couldn't download compiler version list. Please check your internet connection and try again #3146
-
After Doing
I'm running the code on windows using WSL using
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
@J0SAL : Change your compiler version to Then run : Let me know, If it resolves your issue! |
Beta Was this translation helpful? Give feedback.
-
@J0SAL It is an internet issue, you are compiling the first time which is why hardhat is downloading the mentioned compiler version. You should try again when you have stable internet connection. |
Beta Was this translation helpful? Give feedback.
@J0SAL : Change your compiler version to
0.8.7
in all of your contracts as well in yourhardhat.config.js
file!Then run :
yarn hardhat compile
Let me know, If it resolves your issue!