microsoft / PowerBI-visuals-tools

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

Deprecated modules (dependencies?) when install powerbi-visuals-tools globally #514

Open ggintli opened 2 months ago

ggintli commented 2 months ago

Hey team,

I'm trying to build a custom visual with a CI/CD approach in Jenkins.

Once I run my pipeline (Jenkins runs locally on my macOS), I got the following warning during installing the powerbi-visuals-tools:


Console output: ...

changed 554 packages in 4s

91 packages are looking for funding ...


Can you please provide feedback on that? Are inflight, humanwhocodes, rimraf and glob are indirect dependencies in the powerbi-visuals-tools npm package? I can't find those here: https://www.npmjs.com/package/powerbi-visuals-tools?activeTab=dependencies

When I run it under Windows these kind of npm warn deprecated part doesn't appear.

Thanks a lot! Best Regards, Gellert

AleksSavelev commented 2 months ago

Hi @ggintli,

Could you, please, take a look if you install any other dependencies globally (ex. eslint)?

jInsanity-bot commented 1 week ago

Hey, I'm also having the same issue

Seems it's not specifically pbiviz but something to do with npm? I'm just a monkey doing what I see so I don't really know what's up. Here's a thread on another project altogether that has the same issues

https://github.com/firebase/firebase-tools/issues/7214