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

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

Open
ggintli opened this issue Jun 21, 2024 · 2 comments

Comments

@ggintli
Copy link

ggintli commented Jun 21, 2024

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:
...

  • npm install -g powerbi-visuals-tools
    npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
    npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
    npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
    npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
    npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

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
Copy link
Contributor

Hi @ggintli,

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

@jInsanity-bot
Copy link

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

firebase/firebase-tools#7214

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

3 participants