Forum Discussion
luojiandanPBI
2 years agoHelper I
circlecard after update,can't start...
I create a visual by following step: Learn how to develop your own Power BI visual using the circle card visual as an example. - Power BI | Microsoft Learn and my pbiviz version is:3.1.9 the...
- 2 years ago
Hi luojiandanPBI,
The API version is governed by what's in your pbiviz.json file, e.g.:
{ ... "apiVersion": "5.3.0", ... }When you run pbiviz start, the tools look at the version you're specifying in that file and then executes an npm i command for the appropriate version of powerbi-visuals-api. Therefore installing it manually will only keep it current in your package.json until this process overwites it.
Regards,
Daniel
luojiandanPBI
2 years agoHelper I
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-utils-dataviewutils": "2.2.1" is ok.
I want to update to latest version,and got error.