Webiks / kibana-API

Kibana-API is an extension to Kibana that lets you tap in to the dashboard management board from your app and change the visualizations dynamically
Apache License 2.0
124 stars 31 forks source link

Npm warn no repository field #19

Closed ytzlax closed 7 years ago

ytzlax commented 7 years ago

When install packages, get the next error: "Npm warn no repository field". To fix that simple add the next lines to the package. json file: "repository": { "type": "git", "url": "git://github.com/username/repository.git" }