Forum Discussion

AlexandraSz's avatar
AlexandraSz
Frequent Visitor
2 years ago

Cannot install npm powerbi-visuals-tools@latest

Hi!

I am trying to follow this guide to set up an environment for customizing a visual for power bi: https://learn.microsoft.com/en-us/power-bi/developer/visuals/environment-setup

 

I installed node js and also code visual studio but when tying to install the pbviz tool: 

npm i -g powerbi-visuals-tools@latest

I get the below warnings:

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 [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead

changed 554 packages in 51s

91 packages are looking for funding
run `npm fund` for details

 

I don't have experience with these tools and I am looking for some help in case anyone encountered similar issues.

1 Reply