Older Versions of Microsoft Build Tools

I wanted to test node addon on node versions from v6 to v10.

Node v6 and v7 fails because build environment require older version of MS build tool.

MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0".

Addon build:
https://travis-ci.org/tugrul/cryptian

1 Like