简体   繁体   中英

Installing Kibana X-Pack on mac os

I have installed X-Pack on ElasticSearch using

bin/elasticsearch-plugin install x-pack

When i am trying to install the plugin on Kibana with the same command

bin/kibana-plugin install x-pack

I am getting the following error

/usr/local/bin/node: bad option: --no-warnings

I understand that its somehow related to node.js but i can't figure out a way to move forward with the installation.

I appreciate any comments or thoughts regarding the issue.

如果您编辑kibana-plugin脚本,则可以删除--no-warnings选项以使插件管理器正常工作

I upgraded Node to 6.9.4 LTS and was able to install plugins.

Use nvm to manage your version of node.js: https://github.com/creationix/nvm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM