Sorry I did say but it was up there ^ in my response to Brian.
From a working version of v0.1.1, after installing new node (i had been on 0.10.33 but went to 4.3.0) - using nvm-windows (nodist was throwing server errors) I followed the Wiki's steps.
But after it complaining several times I had to do the following too in between the git pull and the rest :
install Python 2.7.11 - https://www.python.org/downloads/ (it complained about python as per above)
install MS Visual Studio Build tools - https://www.microsoft.com/en-gb/download/details.aspx?id=40760 (it complained that it could not find msbuild.exe)
then i realised by looking at some error which I forget, sadly, that it couldn't find the adapt-cli, so i did the "npm install adapt-cli -g" from the original install, followed by the "npm install grunt-cli -g".
That seemed to unlock everything it needed and then it worked.
I was just clutching at straws for most of it, wish I'd paid more attention now!
HTH a little
Helen