Hello!
I’m new in Grafana, so started learning from documentation. I made all by instruction, from development environment setup to create plugins. But, I can’t run my newly created App plugin.
STR:
- Run
npx @grafana/create-plugin@latest
- Select
app
, answeryes
on “add backend?” question cd test-org-app && npm install
npm run dev
, in another terminal tabdocker compose up
- Error
error: ✗ app provisioning error: plugin not installed: "test-org-app"
I also read provision plugin documentation. I see that “The plugins must already be installed on the Grafana instance”, but how I can add that for dockerized Grafana if docker container fails?..
I also tried to select “Panel” plugin, and that version works fine. No provisioning errors, as expected.
Grafana dependency: >=10.4.0
Node: 22 LTS
OS: Linux Mint
Please help! What I should do to run app locally? Many thanks to any suggestion