Reputation: 21
I am trying to clone a GitHub Repo to local VS Code and adding other attributes to the existing project. I followed the following steps:
git:clone https://github.com/microsoft/powerbi-visuals-gantt.git in VS Code(use Gantt as example)
npm install
pbiviz start
And there is an error below saying missing a file, I didn't find that file so I deleted the line in pbiviz.json refering to that.
After deleting that, I can run pbiviz start with no errors, but the visual stays blank even I put data in that. I wonder which step I did was wrong.
Anyone has the idea what happened? I would really appreciate your opinions:)
No error after deleting that line
Upvotes: 0
Views: 265