grafana / kairosdb-datasource

Data source plugin for KairosDB
Apache License 2.0
30 stars 62 forks source link

grunt error #65

Open baronvv opened 6 years ago

baronvv commented 6 years ago

Fatal error: Refusing to install grafana-kairosdb-datasource as a dependency of itself

jifwin commented 6 years ago

Please provide more details, like version of grunt and npm.

baronvv commented 6 years ago

grunt version 1.0.2 npm version 3.10.10, download source from github , then npm install use grunt

return error like this

image

i use the master branch

jifwin commented 6 years ago

I'm unable to reproduce it. What is the version of nodejs?

niau commented 4 years ago

I have a similar issue

[root@grafana-dev kairosdb-datasource]# npm in ^C [root@grafana-dev kairosdb-datasource]# node Welcome to Node.js v12.18.3.

[root@grafana-dev kairosdb-datasource]# npm --version 6.14.6 [root@grafana-dev kairosdb-datasource]# grunt -version grunt-cli v1.3.2 grunt v1.0.0

Running "clean:dist" (clean) task

1 path cleaned.

Running "copy:src_to_dist" (copy) task Created 14 directories, copied 75 files

Running "copy:metadata" (copy) task Copied 2 files

Running "packageModules:dist" (packageModules) task Fatal error: cb.apply is not a functionill install loadCurrentTree make: *** [frontend] Error 3 [root@grafana-dev kairosdb-datasource]# npm

pdreslin commented 3 years ago

Having the same issue - did anyone solve this issue?

Jamiejoin commented 3 years ago

Having the same issue - did anyone solve this issue?

Please use nvm use “12.14.0" && npm install && grunt