Kibana 4.2.0 does not start - "Could not find files for the given pattern(s)"

I use a fresh new Elasticsearch 2.0 with Kibana 4.2.0 on a windows machine.
Starting elasticsearch works as expected, but when trying to start kibana.bat I get the following error:

D:\kibana-4.2.0\bin>kibana.bat
INFO: Could not find files for the given pattern(s).

Error: Cannot find module 'babel-runtime\core-js\object\keys'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Module._compile (module.js:460:26)
    at normalLoader (D:\kibana-4.2.0\node_modules\babel-core\lib\api\register\node.js:199:5)
    at Object.require.extensions.(anonymous function) [as .js] (D:\kibana-4.2.0\node_modules\babel-core\lib\api\register\node.js:216:7)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (D:\kibana-4.2.0\node_modules\request\request.js:3:12)
    at Module._compile (module.js:460:26)
    at Module._extensions..js (module.js:478:10)
    at Object.require.extensions.(anonymous function) [as .js] (D:\kibana-4.2.0\node_modules\babel-core\lib\api\register\node.js:214:7)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)

I haven't used kibana before; I only want to use marvel sense, which unfortunately needs kibana in the current version.
I tried with and without ES running, I also tested the snapshot version as the "stable" one didn't work - but with the same result.

A colleague has the same problem on Linux, but it works on his windows machine - so it is not a platform-specific problem...

Any suggestions?

FYI, I reported the same thing at https://github.com/elastic/kibana/issues/5327

I am seeing this on a Linux VM