Closed newjs closed 10 years ago
@newjs, I've just got a similar erro at OS X 10.9.2 / npm 1.4.6!
I suppose It's a problem among dependent modules. Let's try to figure out what is going on? If you have any clue, please let me know.
I will give you feedback as soon as I have updates.
@newjs, I've noticed that the latest updates of gaze package requires node >= v0.11.
Instead of require everyone to update node, I've just fallback the gaze version from 0.6.3 to 0.5.1. So, you just need to reinstall gulp-protractor-qa to the latest version I've just published: v0.1.12.
I tried today, and installation failed. node version 0.10.26 npm version 1.4.3
gyp ERR! configure error gyp ERR! stack Error: spawn ENOENT gyp ERR! stack at errnoException (child_process.js:988:11) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:779: 34) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modu les\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\dev\node_modules\gulp-protractor-qa\node_modules\gaze gyp ERR! node -v v0.10.26 gyp ERR! node-gyp -v v0.12.2 gyp ERR! not ok npm ERR! gaze@0.6.3 install:
node-gyp rebuild
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the gaze@0.6.3 install script. npm ERR! This is most likely a problem with the gaze package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls gaze npm ERR! There is likely additional logging output above.npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod ejs\node_modules\npm\bin\npm-cli.js" "install" "--save-dev" "gulp-protractor -qa" npm ERR! cwd C:\dev npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! C:\dev\npm-debug.log npm ERR! not ok code 0