microsoft / PowerBI-visuals-tools

Contains tools for building/packaging Power BI visuals
https://www.powerbi.com
MIT License
332 stars 150 forks source link

error LESS style/visual.less #380

Closed TD604 closed 1 year ago

TD604 commented 3 years ago

Hi,

when i run pbiviz start i now get the following error -

`info Building visual... node.exe : error LESS style/visual.less : The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined At C:\Users\tom_d\AppData\Roaming\npm\pbiviz.ps1:24 char:5

to check that it is a common error i created a new visual that i did not edit and i still got this error.

current pbiviz version it - 2.5.0

also raised it here - [https://community.powerbi.com/t5/Developer/pbiviz-start-ERROR/m-p/1940727] (https://community.powerbi.com/t5/Developer/pbiviz-start-ERROR/m-p/1940727) Tom

TD604 commented 3 years ago

i fixed it by running npm uninstall and re installing npm i powerbi-visuals-tools.