Could not connect Custom Visual server in powerBI

妖精的绣舞 提交于 2019-12-25 19:36:12

问题


I am getting this error when trying to run 'pbiviz start' command in Node.js command prompt. Error while running pbiviz command

If you have any idea what this error is all about, Please answer Thank You


回答1:


Ravi -- I was running into what appeared to be the same issue (Error running "pbiviz start" in new project folder) and got an answer that might help in your case.

Your first error line indicated that the folder "node_modules" and it's contents are not present in the project folder.

User "Morgan" suggested running the command "npm install" from the command line in the new project folder. So, you would first run the "pbiviz new " then change directory to the new project and run "npm install" which will create the missing structures.

In my case that allowed the build to complete.



来源:https://stackoverflow.com/questions/44175988/could-not-connect-custom-visual-server-in-powerbi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!