Closed Tarasteed closed 5 years ago
This problem comes because i tried to update @types myslef. The first problem encountered is :
`info Building visual...
error TYPESCRIPT C:/MyPath/node_modules/@types/unist/index.d.ts : (31,20) Cannot find name 'unknown'. error TYPESCRIPT C:/MyPath/node_modules/@types/unist/index.d.ts : (40,20) Cannot find name 'unknown'. error TYPESCRIPT C:/MyPath/node_modules/@types/unist/index.d.ts : (97,12) Cannot find name 'unknown'.`
Delete the C:/MyPath/node_modules/@types/unist/ folder. It isn't referenced anywhere and you'll be able to build the package once it is deleted.
This should be solved now in the current master branch. Make sure to use npm install -g powerbi-visuals-tools@2.6.0
for now until we release v1.6.0 which will be refactored for v3 visuals tools.
Hi, I want to make some mofification to your existing component, so i'm trying to generate a new .pbiviz. After updating all the packages and installing a new certificate, i'm stuck with the pbiviz start or pbiviz package with the following error: Any ideas ?
Thanks.