You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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 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
The text was updated successfully, but these errors were encountered: