não foi possível instalar o pré-processador usando o npm - "Falha ao localizar: CL.exe"

Eu tenho tentado instalarPreRender.Io na minha máquina local para testar. Eu instalei o Python 2.7.10. Quando digito:

npm install prerender

Dá um erro:

C:\PreRender\node_modules\prerender\node_modules\phantom\node_modules\dnode\node
_modules\weak>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\
node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js"
rebuild )  else (node  rebuild )
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the
 file specified. [C:\PreRender\node_modules\prerender\node_modules\phantom\node
_modules\dnode\node_modules\weak\build\weakref.vcxproj]


gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` fail
ed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\
npm\node_modules\node-gyp\lib\build.js:269:23)
gyp ERR! stack     at ChildProcess.emit (events.js:110:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1074
:12)
gyp ERR! System Windows_NT 6.1.7601

Não consegui localizar o CL.exe e uma pesquisa rápida no Google parece estar faltando no compilador Visual C ++. No entanto, tentei instalar, digamos, VC ++ 2008 redistribuível x86, mas ainda o mesmo problema.

Alguma ideia do que pode estar errado? O sistema operacional é o Windows 7 de 64 bits.