Forum Discussion

Bbrown44's avatar
Bbrown44
Advocate II
5 years ago
Solved

issue installing PBIVIS on Windows PowerShell ISE

I am trying to walk-through the tutorial on Microsoft document (link below)

https://docs.microsoft.com/en-us/power-bi/developer/visuals/environment-setup?tabs=windows#install-pbiviz

I get the following error on my terminal

 

PS C:\Users\foldername> npm i -g powerbi-visuals-tools
npm : npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
At line:1 char:1
+ npm i -g powerbi-visuals-tools
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (npm WARN deprec...urix#deprecated:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError

npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

changed 950 packages, and audited 951 packages in 36s

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

found 0 vulnerabilities

 

How would I go about resolving this?

 

4 Replies