身安不如心安,屋宽不如心宽 。

kibana插件开发

Kibana | 作者 dbsdxqg | 发布于2019年05月05日 | 阅读数:4153

插件build好后,kibana-plugin install xxx.zip,报错unable to find usable node.js executable。请问这是什么原因导致的?该如何解决??
已邀请:

rochy - rochy_he

赞同来自:

应该是找不到 nodejs 的运行环境吧
if [ ! -x "$NODE" ]; then
echo "unable to find usable node.js executable."
exit 1
fi

要回复问题请先登录注册