elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
382 stars 132 forks source link

Installation unsuccessful - Cannot find module 'joi' #94

Closed sim4life closed 8 years ago

sim4life commented 8 years ago

On my OSX 10.10.5, I installed Java 8 using jenv and install elasticsearch and kibana using homebrew. I run elasticsearch as: $ jenv exec elasticsearch and kibana as: $ kibana but when I try to install sense using the command: $ kibana plugin --install elastic/sense It errors out saying:

Plugin installation was unsuccessful due to error "Cannot find module 'joi'"

How do I fix this?

sim4life commented 8 years ago

I found in the closed issue that I need to install kibana using the archive instead of through homebrew.