Azure-Samples / powerbi-angular-client

PowerBI sample demonstrating use of angular-powerbi
http://azure-samples.github.io/powerbi-angular-client
MIT License
21 stars 18 forks source link

has no exported member 'Visual' #7

Open howardlinus opened 7 years ago

howardlinus commented 7 years ago

I've got this after running "npm run build". can anyone help? I am running it on my windows 7 machine.

ERROR in ./app/scenario4/controller.ts (215,44): error TS2305: Module '"C:/Users/xxx/powerbi-angular-client-master/node_modules/powerbi-client/dist/powerbi "' has no exported member 'Visual'.

yskeat commented 7 years ago

scenario4/controller last commit is Sept 2, 2016 but Visual has been removed since Aug 30, 2016. this is a big mistake, scenario4/controller should not directly import from powerbi-client (line 1) since it is not in this project dependency. should only use whatever provide by angular-powerbi.