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).
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 handAnd second, a troubleshooting list:
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 :)