mannymerino / bci-calendar

BCI Calendar is a Power BI custom visual that allows you to view your aggregated data in a month view.
16 stars 16 forks source link

pbiviz start - error undefined #35

Open sbulakshmi opened 3 years ago

sbulakshmi commented 3 years ago

PS C:\bci-calendar> pbiviz --version 3.1.15

PS C:\bci-calendar> npm install npm notice created a lockfile as package-lock.json. You should commit this file. added 15 packages from 14 contributors and audited 15 packages in 5.884s found 4 vulnerabilities (2 low, 2 high) run npm audit fix to fix them, or npm audit for details

ignored the warnings PS C:\bci-calendar> pbiviz start warn For better development experience, we strongly recommend converting the visual to es2015 modules warn https://microsoft.github.io/PowerBI-visuals/docs/latest/how-to-guide/migrating-to-powerbi-visuals-tools-3-0 info Compile .api/v1.11.0/PowerBI-visuals.d.ts info Compile typings/index.d.ts info Compile node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts info Compile node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts info Compile node_modules/powerbi-visuals-utils-svgutils/lib/index.d.ts info Compile node_modules/powerbi-visuals-utils-formattingutils/lib/index.d.ts info Compile node_modules/powerbi-visuals-utils-tooltiputils/lib/index.d.ts info Compile src/objectEnumerationUtility.ts info Compile src/tooltipServiceWrapper.ts info Compile src/bciCalendar.js info Compile src/bciCalendar.d.ts info Compile src/settings.ts info Compile src/visual.ts info Compile node_modules/powerbi-models/dist/models-noexports.d.ts info Compile C:\Users\kosal\Subbu\PBI\Calendar\bci-calendar.tmp\precompile\visualPlugin.ts error undefined

image

Am i missing any steps in installation? Will this package not work in latest version?