I just downloaded ElasticSearch and was trying to start Kibana. However I cannot make it.
I am working with 5.2.2 versions of both programs (ElasticSearch 5.2.2
and Kibana 5.2.2). Once I initiated ElasticSearch (I assume it is working properly since it responds to a curl -XGET http://localhost:9200
request), I try to start Kibana but the following error appears:
$ ./kibana
/usr/local/bin/node: bad option: --no-warnings
I am working in OSX. Furthermore, I have previously modified the file config/kibana.yml to point to the default elasticsearch.url
.
Any thoughts?
Thanks!
EDIT: I inspected the kibana script and the following line is raising the error:
exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli" ${@}