2015-03-22 1 views
0

Попытки установить транспортир 2.0.0, я столкнулся со следующей проблемой:Не удается установить транспортир 2.0.0: ENOENT в bufferutil в то время как узел-лавочка восстановить

$ npm install -g protractor 
npm http GET https://registry.npmjs.org/protractor 
npm http 304 https://registry.npmjs.org/protractor 
... 
npm http 200 https://registry.npmjs.org/nan 

> [email protected] install C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\utf-8-validate 
> node-gyp rebuild 


C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\utf-8-validate {git} 
{lamb} node "d:\Developpement\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild 
gyp ERR! configure error 
gyp ERR! stack Error: spawn ENOENT 
gyp ERR! stack  at errnoException (child_process.js:998:11) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (child_process.js:789:34) 
gyp ERR! System Windows_NT 6.2.9200 
gyp ERR! command "node" "d:\\Developpement\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\utf-8-validate 
gyp ERR! node -v v0.10.28 
gyp ERR! node-gyp -v v0.13.0 
gyp ERR! not ok 
npm WARN optional dep failed, continuing [email protected] 

> [email protected] install C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\bufferutil 
> node-gyp rebuild 


C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\bufferutil {git} 
{lamb} node "d:\Developpement\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild 
gyp ERR! configure error 
gyp ERR! stack Error: spawn ENOENT 
gyp ERR! stack  at errnoException (child_process.js:998:11) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (child_process.js:789:34) 
gyp ERR! System Windows_NT 6.2.9200 
gyp ERR! command "node" "d:\\Developpement\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" 
gyp ERR! cwd C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\node_modules\ws\node_modules\bufferutil 
gyp ERR! node -v v0.10.28 
gyp ERR! node-gyp -v v0.13.0 
gyp ERR! not ok 
npm WARN optional dep failed, continuing [email protected] 
C:\Users\clouderial\AppData\Roaming\npm\protractor -> C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\bin\protractor 
C:\Users\clouderial\AppData\Roaming\npm\webdriver-manager -> C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor\bin\webdriver-manager 
npm WARN unmet dependency C:\Users\clouderial\AppData\Roaming\npm\node_modules\jmcnet\node_modules\grunt-contrib-watch requires [email protected]'~2.4.1' but will load 
npm WARN unmet dependency C:\Users\clouderial\AppData\Roaming\npm\node_modules\jmcnet\node_modules\lodash, 
npm WARN unmet dependency which is version 3.5.0 
[email protected] C:\Users\clouderial\AppData\Roaming\npm\node_modules\protractor 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] ([email protected], [email protected]) 
├── [email protected] ([email protected], [email protected]) 
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) 
├── [email protected] ([email protected]) 
├── [email protected] ([email protected]) 
└── [email protected] ([email protected], [email protected], [email protected], [email protected]) 

Я под Windows8, и я должен был установите Python (3.4.3) для достижения этой установки.

Мои тесты E2E были повреждены после этой установки. Любая помощь будет принята с благодарностью.

Жан-Марк

+0

Я пытаюсь с Python 2.7 и все еще получаю сообщение об ошибке, но другое: MSBUILD: ошибка MSB3428: Невозможно загрузить зарядное устройство Visual C++ «VCBuild.exe». Pour corrig le problème, vous devez 1) программа установки для разработчиков .NET Framework 2.0 SDK, 2) установщик Microsoft Visual Studio 2005 и 3) ajou ter l'emplacement du composant au chemin d'accès système, s'il est installé ailleurs , [C: \ Users \ clouderial \ AppData \ Роуминг \ npm \ node_modules \ protractor \ node_modules \ selenium-webdriver \ node_modules \ ws \ node_modules \ bufferutil \ build \ binding .sln] – jmcollin92

ответ

2

Был 2 проблемы: 1. Python 2.7.x должен быть установлен вместо Python 3.x, 2. переменная среды с именем ПИТОН переоцененный путь + python.exe должен быть перед запуском npm.

После этого изменения установка может Continu (но блокируется здесь: Installation of Protractor 2.0 and MSBUILD error MSB3428)

Жан-Марк.