Kibana 4.4.0 - error on sratrup

Hi,

I've downloaded kibana 4.4.0 from GIT (zip file) and get the following error on startup.
Could someone help?

module.js:340
throw err;
^
Error: Cannot find module 'lodash'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/exlibris/primo/alex/kibana_4.4.0/src/optimize/babelOptions.js:1:79)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

thanx,
Pavel.

Did you run npm install after you downloaded it?

If you're looking only for the executables of 4.4, then you'll need to wait for the upcoming official release. If you'd like to set up Kibana inside a development environment (such as downloading the code from Github), you'll need to follow our contributing instructions.

Thanx Lukas,

Do you know when is the 4.4 scheduled?
I just wanted to check that the colors issue is solved.