Error while starting Kibana in Command Prompt

Hi Experts,

C:\Program Files\Elasticsearch\kibana-6.4.3-windows-x86_64\bin>kibana
fs.js:641
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

Error: EPERM: operation not permitted, open C:\Program Files\Elasticsearch\kibana-6.4.3-windows-x86_64\optimize.babelcache.json

Thanks in Advance for your help

Hey @Mani_96590, are you running Kibana with a different user than the one that installed Kibana?

No Brandon, I am using the same user only

@Mani_96590 can you check the file permissions on C:\Program Files\Elasticsearch\kibana-6.4.3-windows-x86_64\optimize.babelcache.json to ensure the user you're using is able to open that file?

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