mstoyano / kbn_c3js_vis

C3JS Visualizations Plugin for Kibana 5
https://mstoyano.github.io
Apache License 2.0
83 stars 39 forks source link

Cannot install plugin #7

Open id3a opened 7 years ago

id3a commented 7 years ago

I have this messagem: npm WARN traffic_sg@5.1.2 No repository field. npm WARN traffic_sg@5.1.2 No license field.

When I execute the command: sudo bin/kibana-plugin list I got the plugin installed, but ain't get new stuff on the visualize tab

mstoyano commented 7 years ago

Hello,

those warnings belong to other plugin, not mine. Anyway, please after downloading the files from GitHub, make sure to run the "npm install" in order to install dependencies. You must have "node_modules" folder inside the plugin folder.

Hope now you can see this plugin in the visualize tab. Best regards