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 !