Reputation: 230
I've been trying to setup the PowerBI visualizations github project in visual studios 2013, but seem to get a ridiculous amount of build errors (200+).Some of the errors thrown were:
"Incorrect reference: file "D:\PowerBI-visuals\src\Clients\VisualsCommon\obj\VisualsCommon.d.ts" does not exist"
"Error 102 Unexpected token; 'module, class, interface, enum, import or statement' expected."
"Error 6 ';' expected."
"Error 102 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
What I did to setup:
After making sure I had git and node installed, I executed the following three commands successfully:
The npm install command seemed to work just fine. I then open the solution in VS 2013 and tried to build the project but was presented with errors.
Any idea what I may of done incorrectly in the setup procedure?
Upvotes: 1
Views: 419
Reputation: 11
P.S. - In VS2015, Don't forget to do this (as mentioned in instruction):Right click on the project root folder then select 'Property Pages'. In the window opened select 'Build' and then in 'Before running startup page' select 'No Build'
Upvotes: 1