raah
raah

Reputation: 230

Why am I getting multiple "cannot find module.." errors after a fresh install of Microsoft.PowerBI.JavaScript

Hi I'm trying to use the Powerbis javascript client to interact with my embedded report however I get over 30+ errors. I simply followed the bower instructions on the github page: Power BI Javascript.

Here is a list of errors alongside my file structure enter image description here

It looks to me like I'm missing some files?

Upvotes: 1

Views: 1280

Answers (1)

S.Will
S.Will

Reputation: 400

It looks like you are missing some of the dependencies for the project. One that I can see from the scene shot is powerbi-models. You can try "npm install" that should install all of the dependencies listed in the project.json file.

Upvotes: 1

Related Questions