Forum Discussion
Error when running pbiviz start-command after installing powerbi-visuals-api v.3.5.1
- 5 years ago
Hi Anonymous ,
I am using my development environment for more than a year now and got this problem when I created a new visual and started using the [email protected]. When using version 3.2.0 or 3.4.0 this error does not occur!
I updated the powerbi-visual-api from version 3.2.0 to 3.5.1 for this particular visual using the command "npm update"
After the update the setting in the package.json for the api is changed to
"powerbi-visuals-api": "^3.5.1",Regards,
Paul Maessen
- 5 years ago
Hi Anonymous
I did run the command "npm update -g powerbi-visuals-tools" on my development environment and that did solve this issue!
Thanks for guiding me to development environment.
Regards
Paul
Hi paul-maessen,
Have you correctly configure and install the prerequisite environment of custom visual development?
According to your discretion, it seems like 'power bi visual api' not recognized or installed correctly on your device.
Set up your environment for developing a Power BI visual
Regards,
Xiaoxin Sheng
Hi Anonymous ,
I am using my development environment for more than a year now and got this problem when I created a new visual and started using the [email protected]. When using version 3.2.0 or 3.4.0 this error does not occur!
I updated the powerbi-visual-api from version 3.2.0 to 3.5.1 for this particular visual using the command "npm update"
After the update the setting in the package.json for the api is changed to
"powerbi-visuals-api": "^3.5.1",
Regards,
Paul Maessen