Error about compiler version
See original GitHub issueHi!
I just want to use the latest version of the compiler, so I set the setting "solidity.compileUsingRemoteVersion"
to "true"
, but I still have this error in all the @openzeppelin’s files :
Source file requires different compiler version (current compiler is 0.6.4+commit.1dca32f3.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
What can I do to fix that ? Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Compiler Warnings by compiler version | Microsoft Learn
Table of Microsoft C/C++ compiler warnings by compiler version. ... This option only suppresses warnings, not new error messages.
Read more >CMake Error: mismatch for the compiler version between your ...
This error is good, it is protecting you from changing compiler version and not realizing binaries will be different.
Read more >[bug] ERROR: compiler.version setting required for vcvars not ...
I try to build libx264 in windows. I made it as a requirement of my project. But when I run conan install ,...
Read more >Compiler Version Error - Code Composer Studio forum - TI E2E
I am trying to import an existing CCS project into CCS 5.2 but am unable to build the project due to a compiler...
Read more >Troubleshoot Compiler Issues - MATLAB & Simulink
Error is present in the compiler configuration. Make sure that MATLAB ® supports the compiler and version that you want to use. For...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@wighawag apologies I have just seen this, there is a setting to stop using the node_modules
Edit: This is the setting: https://github.com/juanfranblanco/vscode-solidity/blob/master/package.json#L102
Cool thanks, I ll use that now