无法使用松露编译命令编译智能合约

时间:2019-04-05 07:06:44

标签: ethereum solidity smartcontracts

我已经使用松露命令创建了一个项目。为此,我在Myfile.sol和Migration.sol文件中使用以下详细信息: 语用强度0.4.19

In truffle-config.js:
    development:{
      host:"127.0.0.1",
      port: 8585,
      network_id: "*",
    },
    compilers:{
      solc:{
          version: "0.4.19",
      }
    }

Issue: truffle compile  Could not find suitable configuration file  Truffle v5.0.11 (core: 5.0.11)  Node v11.6.0

尝试使用松露迁移,但得到相同的响应。

0 个答案:

没有答案