Hi,
I've installed elasticsearch 2.3.5 and kibana 4.5.4
I manually downloaded the sense beta7 tar file, and tried installing using the command
bin/kibana plugin -i sense -u file:///PATH_TO_SENSE_TAR_FILE
However, i get a long list of errors saying:
ERROR in ./src/plugins/metric_vis/public/metric_vis.less
Module build failed: Error: Cannot find module 'color-name'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
ERROR in ./src/ui/public/stringify/editors/color.less
Module build failed: Error: Cannot find module 'color-name'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
...and so on.
Can't understand what the problem could be, please advise!