Hello Team,
I was able to build Kibana source code using
yarn kbn bootstrap
However, when I try to generate plugin, I am getting following error.
Cli error : depends on [@elastic/eslint-config-kibana] using 'link' , but the path is wrong. Update its package.json to the expected value below.
Kibana version : 6.3
Node version : 8.11.4
Thank you very much for your help and support.
Thank you,
Aditya
Hello,
What plugin generator are you trying to use?
Hello Marius_Dragomir,
I am using kibana 6.3 source code and plugin generator.
I was able to solve the problem. i renamed the folder from 'kibana-6.3' to 'kibana'.
the path in file package.json was by default pointing to '..\kibana'.
so i just renamed the folder and rebuilt the kibana code.
Thank you very much for your help and support.
Thank you,
Aditya