I'm trying to create a custom Force Directed Graph using the source code on Github (PowerBI-visuals-ForceGraph) and following the tutorial available at creating-a-custom-visual. Unfortunately, when I try to start the custom visual using the "pbiviz start" command in PowershellI I get an error stating "Invalid API version v2.3.0".
The "circlecard" example project used in the tutorial, which also uses API version v2.3.0 in it's pbiviz.json file, works just fine. So I'm clueless as to what's causing this error. I'm very new to trying out custom visuals on Power BI so any help with this is greatly appreciated.
Thanks in advance!
pbiviz updateandpbiviz startagain - Ulug ToprakPS C:\Users\VAsher\forceGraph> pbiviz start info Building visual... error VALIDATION The PowerBI-visuals.d.ts in your tsconfig.json must match the api version in pbiviz.json (expected: .api/v2.3.0/PowerBI-visuals.d.ts)- Chipmunk_dapbiviz updatethat time ornpm run startas suggested by the other answer? - Ulug Topraknpm run startfirst and that threw an error. Later when I saw your reply I usedpbiviz updateandpbiviz start. Would that have caused this new error? :( - Chipmunk_da