PS E:\Block Chain Projects\Ethers-Simple_storage> yarn solcjs --bin --abi --include-path node_modules/ --base-path . -o .simplestorage.sol yarn run v1.22.15 warning package.json: No license field $ "E:\Block Chain Projects\Ethers-Simple_storage\node_modules\.bin\solcjs" --bin --abi --include-path no如有必要,我附上了屏幕截图和this...pls检查。
[SS with error and code && path][1]发布于 2022-08-18 22:15:00
最好是以这样的方式发布一个问题,这样人们就可以更容易地复制你所做的事情来理解这个问题。您粘贴的输出在没有任何行提要的情况下是不方便掌握的。我们也看不到输出中的错误。我不认为这张截图实际上已经上传了。
幸运的是,我很可能知道这个问题的背景。试着把它放在. simplestorage.sol而不是.simplestorage.sol (后面没有空格)。)
另外,我认为--包括--路径可能会有问题。
https://stackoverflow.com/questions/73351923
复制相似问题