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.