使用solcjs编译solidity的时候,发现程序报错如下:
--include-path option requires a non-empty base path.
使用solcjs -h
,发现提示如下:
使用solcjs编译智能合约的命令如下:
找不到报错的原因……
后来在github上发现了端倪:
https://github.com/ethereum/solc-js
增加--base-path .
参数后,运行成功。
≧◔◡◔≦
使用solcjs编译solidity的时候,发现程序报错如下:
--include-path option requires a non-empty base path.
使用solcjs -h
,发现提示如下:
使用solcjs编译智能合约的命令如下:
找不到报错的原因……
后来在github上发现了端倪:
https://github.com/ethereum/solc-js
增加--base-path .
参数后,运行成功。
≧◔◡◔≦