问题
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