Hi team,
2021-09-21T18:30:00Z
I am trying to Install kibana as developer mode from the link given below.
I have followed each and every step.
But while running the command "yarn kbn bootstrap", I am getting the following errors
Creating runfiles tree bazel-out/host/bin/external/npm/typescript/bin/tsc.bat.runfiles [for host] failed: CMD.EXE failed: error executing command
Assembling npm package packages/elastic-datemath/npm_module failed: CMD.EXE failed: error executing command
I also tried running the yarn install but after successfully installing it thre this error while running the yarn start command
yarn start
yarn run v1.22.11
$ node scripts/kibana --dev
internal/modules/cjs/loader.js:905
throw err;
^
Error: Cannot find module '@kbn/apm-config-loader'
Please help me out with the issue.