Closed meowsbits closed 2 years ago
I've resolved this by fixing the solc
warning:
WARNING: Error getting solc Version
I ran:
apt-get install wget && wget https://github.com/ethereum/solidity/releases/download/v0.8.5/solc-static-linux \
&& cp solc-static-linux /bin/solc \
&& chmod +x /bin/solc
And now the issue is gone :heavy_check_mark:
@winsvega Maybe this WARNING
should be an ERROR
if solc
is a firm dependency?