Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.d.ts not found error in 1.6 #97

Closed
jongio opened this issue May 10, 2017 · 1 comment
Closed

index.d.ts not found error in 1.6 #97

jongio opened this issue May 10, 2017 · 1 comment

Comments

@jongio
Copy link

jongio commented May 10, 2017

`pbiviz new test'

cd test

pbiviz start

get the following

 info   Building visual...
 error  TYPESCRIPT   File 'C:/Users/jong/Dropbox/code/scratch/test/node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts' not found.
odules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts' not found.    exist on type 'typeof extensibility'.
 error  TYPESCRIPT  /src/settings.ts : (28,58) Property 'utils' does not exist on type 'typeof extensibility'.
 error  TYPESCRIPT  /src/settings.ts : (28,58) Namespace 'powerbi.extensibility' has no exported member 'utils'.
 error  TYPESCRIPT  /src/visual.ts : (45,35) Property 'parse' does not exist on type 'typeof VisualSettings'.
 error  TYPESCRIPT  /src/visual.ts : (56,35) Property 'enumerateObjectInstances' does not exist on type 'typeof VisualSettings'.
 error  TYPESCRIPT  /src/visual.ts : (56,92) Property 'getDefault' does not exist on type 'typeof VisualSettings'.
@jongio
Copy link
Author

jongio commented May 10, 2017

npm i powerbi-visuals-utils-dataviewutils

makes this issue go away.

please include npm i in instructions

uve pushed a commit to uve/PowerBI-visuals-tools that referenced this issue Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants