作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在按照本指南在HDP 3.1.4和centos 7上安装HUE
https://gethue.com/configure-ambari-hdp-with-hue/
在 build 中:sudo make apps,它失败了:
npm ERR! Linux 3.10.0-1127.13.1.el7.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "webpack"
npm ERR! node v6.17.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! gethue@4.7.9 webpack: `webpack --config webpack.config.js`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the gethue@4.7.9 webpack script 'webpack --config webpack.config.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the gethue package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack --config webpack.config.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs gethue
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls gethue
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/kosmin/hue/npm-debug.log
make[1]: *** [npm-install] Error 1
make[1]: Leaving directory `/home/kosmin/hue'
make: *** [apps] Error 2
任何想法,我错过了什么?
最佳答案
您的节点版本似乎是:
节点v6.17.1
而且您至少需要v10:
node -v
v10.19.0
https://docs.gethue.com/developer/development/#dependencies
关于hadoop - 色相安装-制作应用-失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63149107/
我目前正在尝试使用Hue连接到Hive以查询hadoop集群中的数据。 我已经设置了Hive和Hadoop。 因为我在构建Hue软件包时遇到了困难,所以我决定使用Docker Image。 运行doc
我正在为游戏引擎制作一些粒子动画,我想知道是否可以更改 Canvas 的ImageElement对象的hue,gamma和其他图像属性,并保持图像的形状。 到目前为止,我尝试过的是: _ctx.sav
我是一名优秀的程序员,十分优秀!