美文网首页
web3项目拉取依赖 报ethereumjs-abi相关错误

web3项目拉取依赖 报ethereumjs-abi相关错误

作者: 风吹而散 | 来源:发表于2022-04-24 11:33 被阅读0次

将yarn.lock中得内容替换成如下内容:

"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
  version "0.6.8"
  resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz#71bc152db099f70e62f108b7cdfca1b362c6fcae"
  integrity sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==
  dependencies:
    bn.js "^4.11.8"
    ethereumjs-util "^6.0.0"

相关文章

网友评论

      本文标题:web3项目拉取依赖 报ethereumjs-abi相关错误

      本文链接:https://www.haomeiwen.com/subject/ulrtyrtx.html