Node.js SDK Installation on Windows

As of Node.js v4.0.0, VS2015+ is required to compile Node.js, and thus the same requirement exists for all native libraries as well. You can refer to the node-gyp README for more information on the prerequisite requirements for building native Node.js libraries here: https://github.com/nodejs/node-gyp.

Cheers, Brett