sveltejs / sapper-studio

An electron app for building Sapper projects
Other
220 stars 25 forks source link

Build instructions on Windows #38

Open andreujuanc opened 6 years ago

andreujuanc commented 6 years ago

While building it, i remember some tricks to build node-pty related stuff.

First one is pretty simple: npm install --global --production windows-build-tools before hand

And second, a troubleshooting list:

PROBLEM: “C:\Microsoft.Cpp.Default.props” was not found SOLUTION: Change ownership in the install dir (in my case C:\Program Files (x86)\MSBuild\14.0) to your user, instead of admin. (properties>Security>Advanced).

via https://stackoverflow.com/questions/41695251/c-microsoft-cpp-default-props-was-not-found

Should this steps be included in the readme.md? It's pretty crucial, saves a ton of work, and maybe prevent a couple of issue submitions :)