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