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

Cannot find module 'joi' #96

Closed chalmagean closed 8 years ago

chalmagean commented 8 years ago

I'm getting this error when I try to install it.

$ cd /usr/local/Cellar/kibana/4.3.1
$ kibana plugin --install elastic/sense
Installing sense
Attempting to extract from https://download.elastic.co/elastic/sense/sense-latest.tar.gz
Downloading 318236 bytes....................
Extraction complete
Optimizing and caching browser bundles...
Plugin installation was unsuccessful due to error "Cannot find module 'joi'"
spalger commented 8 years ago

The version of Kibana installed via brew doesn't currently support installing plugins. See https://github.com/Homebrew/homebrew/commit/bb46d03893e2fb4f59e4b131290aabf6833d283b#commitcomment-15362078 and #93 and #94

chalmagean commented 8 years ago

Thanks for clearing that out