Cannot find toolkit-6.4.0-alpha.44-63f47fd8e.tgz
tvi opened this issue ยท 1 comments
tvi commented
Hi,
I tried to install dependencies and I get following error:
$ yarn install
yarn install v1.5.1
(node:44048) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[1/4] ๐ Resolving packages...
[2/4] ๐ Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@grafana/toolkit/-/toolkit-6.4.0-alpha.44-63f47fd8e.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "XXXX/simple-react-panel/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The problem seems to be introduced in cfbfd76 because if I checkin the commit before install works fine.
ryantxu commented
I removed the @grafana/*
packages from yarn.lock
This is currently using the next
version of the library, and we are sorting out what the artifacts should be.
If anyone else gets stuck, just delete yarn.lock and run yarn install