Plugin:create stuck

I am following the steps under [ Build a panel plugin with D3.js | Grafana Labs](https://Create a new plugin). I have NodeJS v16.1.0 on my Mac and Grafana CLI version 7.5.1. When in run the 1st step:

npx @grafana/toolkit plugin:create my-plugin

it get’s stuck at

    npm WARN Could not resolve dependency:

    npm WARN peer **react** @" **^16.8.3** " from **react-table** @ **7.0.0**

    npm WARN node_modules/react-table

    npm WARN **react-table** @" **7.0.0** " from **@grafana/ui** @ **7.5.6**

    npm WARN node_modules/@grafana/ui

    ⸨ ░░░░░░░░░░░░░░⸩ ⠼ idealTree:tiny-warning: sill fetch manifest tiny-warning@^1.0.3

I tried to restart, upgrade node etc. Not sure how else to proceed. Will appreciate any advice !

Did you have any luck getting past this? I seem to have the same issue

1 Like

I solved it by downgrading npm to 7.0.15, looks like a bug in npm.

2 Likes

this resolved the issue for me as well

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.