Plugin install error:"This plugin is using `link:` dependencies for non-Kibana packages"

HI ,I create my plugin,and run "yarn build" to package this plugin to a zip file,

and install to kibana ,it show error info like this

my demo plugin create like this ,
create_plugin

and i don't modify any file ,it work well in when i run "yarn start",
but i don't know why the plugin can not install ,

some body know this ?thank for you reponse

Hi

Can you refer to this plugin development guide to check if all steps were covered ? https://www.elastic.co/guide/en/kibana/current/plugin-development.html

There are several examples here: Kibana plugin development | Skill matrix

You can also look through the source code of the built-in plugins shipped with Kibana here: https://github.com/elastic/kibana/tree/v7.0.1/x-pack/plugins or the source code for known plugins here: https://www.elastic.co/guide/en/kibana/7.0/known-plugins.html .
Hope it helps
Thanks
Rashmi

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