Getting errror, module not found while trying to start kibana

Hey guys,

When I try to start kibana (6.5.1) I am getting the following error

module.js:549
    throw err;
    ^

Error: Cannot find module 'babel-runtime/core-js/json/stringify'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\Users\myuser\Desktop\kibana\kibana-6.5.1-windows-x
86_64\node_modules\babel-register\lib\node.js:5:18)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)

How can I fix this?

Best regards,
PolterFox

Is this from a download, or are you running it from source?

Hey @tylersmalley

I´ve downloaded the zip from the past releases (https://www.elastic.co/downloads/past-releases/kibana-6-5-1). I am using Windows.

Best regards,
PolterFox

Possibly there was an error while unzipping the zip file. I redownloaded it and it works now.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.