respectful greeting,
I am evaluating the onpremise version of elasticsearch & Kibana 8.4.3 on windows 10, starting Elasticsearch, it works ok, I can see it http://localhost:9200/...... but when I try to run kibana. I get the following error.... I will appreciate your help please... Thank you very much
error
C:\programming\kibana-8.4.3>.\bin\kibana.bat
Error: Cannot find module '../setup_node_env/dist'
Require stack:
- C:\programming\kibana-8.4.3\src\cli\dist.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
at Module.Hook._require.Module.require (C:\programming\kibana-8.4.3\node_modules\require-in-the-middle\index.js:81:25)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\programming\kibana-8.4.3\src\cli\dist.js:12:1)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'C:\programming\kibana-8.4.3\src\cli\dist.js' ]
}
It goes without saying that the MODULE to which it refers DOES exist in the indicated route.
Thanks