Error when choosing solidity version without putting an ^ #5366
-
Cant expect to face an error in code this quick when just starting my first line of code.
This is the error message, ParserError: Source file requires different compiler version (current compiler is 0.8.18+commit.87f61d96.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version Help...me |
Beta Was this translation helpful? Give feedback.
Answered by
LeeJianXing
Apr 24, 2023
Replies: 1 comment
-
Found out why , because current compiler is 0.8.18+xxxxxblablabla, if i change it to 0.8.7 at solidity compiler it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found out why , because current compiler is 0.8.18+xxxxxblablabla, if i change it to 0.8.7 at solidity compiler it works fine.