运行npm run env:restart会导致以下错误:
...
[hurley] - Running cryptoconfigsh
/bin/bash: line 25: /Users/ecairol/hyperledger-fabric-network/fabric-binaries/1.3.0/bin/cryptogen: cannot execute binary file
[hurley] - Found error while running script!我尝试从头开始安装两个项目,结果相同。节点版本: v8.12.0
发布于 2019-02-28 12:58:44
今天晚上10:46的
waltermontes
看起来二进制文件与你的操作系统版本不兼容,当你在Docker或类似的东西中运行hurley时,通常会发生这种情况。
删除文件夹/Users/username/hyperledger-fabric-network并重试,一切都应该再次下载很好
https://stackoverflow.com/questions/54918677
复制相似问题