не удалось установить prerender с помощью npm - «Не удалось найти: CL.exe»
Я пытался установитьPreRender.Io
на моей локальной машине для тестирования. Я установил Python 2.7.10. Когда я печатаю:
npm install prerender
Выдает ошибку:
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
Я не смог найти CL.exe, и в быстром поиске в Google, похоже, отсутствует компилятор Visual C ++. Тем не менее, я попытался установить, скажем, VC ++ 2008 распространяемый x86, но все же проблема.
Есть идеи, что может быть не так? ОС Windows 7 64-битная.