Npx grafana-toolkit plugin:create my-plugin command 404 error

hi,
when I try to install package @grafana/toolkit I got a 404 error.
I am using grafana version 8 and node version 12
This is the error I got

**> npm I @grafana/toolkit**
**> npm ERR! code E404**
**> npm ERR! 404 Not Found - GET https://registry.npmjs.org/@grafana/toolkit/-/toolkit-8.2.1.tgz**
**> npm ERR! 404 **
**> npm ERR! 404 ‘@grafana/toolkit@latest’ is not in the npm registry.**
**> npm ERR! 404 You should bug the author to publish it (or use the name yourself!)**
**> npm ERR! 404 **
**> npm ERR! 404 Note that you can also install from an**
**> npm ERR! 404 tarball, folder, HTTP URL, or git URL.**
**> **
**> npm ERR! A complete log of this run can be found in:**
**> npm ERR! /home/karthik/.npm/_logs/2021-10-13T06_40_46_360Z-debug.log**

There appears to be an issue with the latest release (8.2.1). In the meantime, you can try using the previous version:

npx @grafana/toolkit@8.2.0

I’ve gotten confirmation that latest should redirect to 8.2.0 now as well. Did you try using latest recently?

now it is working,
thanks anyway @marcusolsson

1 Like

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