While running an npm install that required a node-gyp rebuild, the following build error was thrown:
npm install
MSB8020: The build tools for v120 (Platf
I wanted to add a comment to 2Toad's answer but stackoverflow doesn't let me. You can set the msvs_version globally with this command:
npm config set msvs_version 2015 --global
This saves you putting it in each projects config object.