grafana / kubernetes-app

A set of dashboards and panels for kubernetes.
https://grafana.com/plugins/grafana-kubernetes-app
Apache License 2.0
401 stars 149 forks source link

Build steps #50

Closed emcfarlane closed 5 years ago

emcfarlane commented 5 years ago

Trying to build locally on mac. Following

$ yarn install --frozen-lockfile
$ yarn run grunt          
yarn run v1.12.3
$ /Users/edwardmcfarlane/go/src/github.com/grafana/kubernetes-app/node_modules/.bin/grunt
Running "clean:0" (clean) task
>> 1 path cleaned.

Running "copy:dist_js" (copy) task
Copied 16 files

Running "sass:dist" (sass) task

Running "typescript:build" (typescript) task
>> dist/panels/nodeData/nodeData.ts(27,5): error TS2346: Supplied parameters do not match any signature of call target.
>> dist/panels/podNav/podNav.ts(23,5): error TS2346: Supplied parameters do not match any signature of call target.
Warning: Task "typescript:build" failed. Use --force to continue.

Aborted due to warnings.
error Command failed with exit code 3.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
emcfarlane commented 5 years ago

grunt

jcdauchy-moodys commented 3 years ago

Did you manage to build, it yes, could you tell us how you did using npm and which version of npm are you using ?

Thanks