there was no indication which compiler should be used in truffle.js based on troubleshooting, it required to set up with solidity compiler version in truffle.js as below ` compilers: { solc: { version: "0.4.24" } } `