【发布时间】:2019-11-16 06:50:16
【问题描述】:
我正在尝试在 ubuntu 上安装 Hyperledger Indy Node,但遇到了问题
这是日志:
indy-nodejs | gyp ERR! build error
indy-nodejs | gyp ERR! stack Error: `make` failed with exit code: 2
indy-nodejs | gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
indy-nodejs | gyp ERR! stack at ChildProcess.emit (events.js:210:5)
indy-nodejs | gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
indy-nodejs | gyp ERR! System Linux 4.15.0-45-generic
indy-nodejs | gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
indy-nodejs | gyp ERR! cwd /home/indy/node_modules/indy-sdk
indy-nodejs | gyp ERR! node -v v13.1.0
indy-nodejs | gyp ERR! node-gyp -v v5.0.5
indy-nodejs | gyp ERR! not ok
indy-nodejs | npm ERR! code ELIFECYCLE
indy-nodejs | npm ERR! errno 1
indy-nodejs | npm ERR! indy-sdk@1.11.0 install: `node-gyp rebuild`
indy-nodejs | npm ERR! Exit status 1
indy-nodejs | npm ERR!
indy-nodejs | npm ERR! Failed at the indy-sdk@1.11.0 install script.
indy-nodejs | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
indy-nodejs |
indy-nodejs | npm ERR! A complete log of this run can be found in:
indy-nodejs | npm ERR! /home/indy/.npm/_logs/2019-11-16T04_46_31_837Z-debug.log
indy-nodejs exited with code 1
【问题讨论】:
-
每当我尝试在 hyperledger-indy 中安装 node js 时,都会出现这样的错误
-
任何知道这个问题的解决方案的请发帖
-
您使用哪个节点版本?你试过 v10 吗?
标签: hyperledger blockchain hyperledger-indy