-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Building with @grafana/toolkit #8
Comments
When running
/home/develop/grafana-worldmap-panel/node_modules/ts-node/src/index.ts:245
return new TSError(diagnosticText, diagnosticCodes)
^
TSError: ⨯ Unable to compile TypeScript:
error TS5058: The specified path does not exist: '/home/develop/grafana-worldmap-panel/node_modules/@grafana/toolkit/src/config/tsconfig.plugin.json'. |
See: #9 it is not yet working in CI, but if you run:
|
@amotl also please not that we are realeasing WIP grafana-toolkit under |
@amotl how is it going with grafana-toolkit? We have released loads of updates since we last talked, would love to get some feedback from you! To get the latest version install |
Dear @dprokop, thanks for asking. I haven't been able to catch up on this but will likely dedicate some time to Worldmap because some issues have been popping up lately regarding timing woes re. correct map loading on the most recent Grafana 6.2 release as reported by some users. If I'm lucky, I will be able to take a look at the new grafana-toolkit stack while being at it and maybe merge what @ryantxu prepared over at #9 already. Do I understand correctly that you are signalling that I should probably become brave enough to merge the [WIP] things in order to go forward on this? Thanks again for taking the time! With kind regards, |
after switching to @ryantxu's branch
Indeed [1] will respond with "404 Not found". However, we see that already has some other If you see I am going into the wrong direction here, I will be happy to hear about any advises. Thanks already and with kind regards, [1] https://registry.yarnpkg.com/@grafana/toolkit/-/toolkit-6.4.0-alpha.44-e9c1b8b3f.tgz |
After updating yarn grafana-toolkit plugin:dev --watch and it looks like everything works like a charm. Thank you so much and with kind regards, |
looks like this is merged |
Dear @dprokop,
We have been able to successfully build the plugin using the new infrastructure coming from As we are now aiming to create an appropriate release package through Thanks already for looking into this and keep up the good work! With kind regards, |
Dear @ryantxu,
as you made us curious about the work you are currently doing related to grafana/grafana#17819, we are humbly asking how to actually make this happen:
When installing it manually like
yarn add @grafana/toolkit
(essentially getting 6.3.0-alpha.0),yarn build
will croak likeWith kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: