Closed caitakan closed 7 years ago
I use 'pbiviz start' but it doesn't work
These visuals have been built outside of the pbiviz-cli ecosystem, so they don't have a developer mode built in. There should be an npm run build
task that will bundle the visual up for you, and then you can use your browser's debugging facilities to play with the internals. You'll need to generate a fresh build whenever you update though.
The command to build has been changed to npm test
, the README hasn't been updated since we are in the process of transitioning to a new build system.
Tried to use this in developer visual mode but it doesnt work