- Download Visual Studio 2017 with "Desktop development with C++" workload and the default components selected.
- Add
msbuild
to PATH. For me its this directory:D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
. - Install
node-gyp
globally:npm i -g node-gyp
- Python 2.7
- Download python2.7
- Install to
C:\Python27
- Rename
python.exe
topython2.exe
- Add
C:\Python27
to PATH