Closed squalou closed 3 years ago
Ok, I may have found something ... in the circleci file
# hack for rxjs issue
rm -rf ./node_modules/@grafana/data/node_modules/rxjs
./node_modules/.bin/grafana-toolkit plugin:ci-build
./node_modules/.bin/grafana-toolkit plugin:ci-build --finish
and it works !
I think I will manage from here.
a 'BUILD.md' would be nice in case other special operations are required for a tinkerer ;-)
closing
Hi, before submitting an issue (or rather a suggestion) , I'm trying a local tweak in the plugin. I manage to build the 'go' part and make it work.
On the other hand, the ts sources does not compile. (at 7da9b30 which is master head at the moment of writing)
Here are the compile errors I face, note that I'm a beginner with the node ecosystem.
Would look like I dont build against right api definition something like that, or with wrong tool version.
For instance here what is apparently extencted :
but MetaInspector.tsx reads
causing error
Type 'DataSource' does not satisfy the constraint 'DataSourceApi
Any clue will be welcome !