I've made a Grafana panel plugin that has worked fine in the past, but now I'm getting this error when I run yarn dev
(i.e. grafana-toolkit plugin:dev
) to build the plugin:
Plugin "jsdoc" was conflicted between "--config » @grafana/eslint-config" and "../../../.eslintrc » @grafana/eslint-config"
I'm using the following Grafana dependencies:
"@grafana/data": "^7.4.3",
"@grafana/runtime": "^7.4.3",
"@grafana/toolkit": "^7.4.3",
"@grafana/ui": "^7.4.3",
I've tried updating the dependencies to Grafana 8, clearing modules cache and re-installing modules but can't get rid of the error. I'm not sure what to do, since it looks like a conflict within the @grafana dependencies. Any ideas?