Getting an error when fetching the Solidity compiler #5437
Unanswered
bubblenote
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to Truffle and going through the Metacoin tutorial; I followed all the steps but when I do truffle compile, I get the following:
Error: Failed to fetch the Solidity compiler from the following locations: https://relay.trufflesuite.com/solc/bin/,https://solc-bin.ethereum.org/bin/,https://ethereum.github.io/solc-bin/bin/. Are you connected to the internet?
I am connected to Internet and using:
Truffle v5.5.26 (core: 5.5.26)
Ganache v7.4.0
Solidity - 0.8.13 (solc-js)
Node v16.13.1
Web3.js v1.7.4
Beta Was this translation helpful? Give feedback.
All reactions