node...@0.4.1 /usr/local/lib/node_modules/node-gyp
hsd-test-iMac-1073:XYZApp admin$ node --version
v0.6.15
hsd-test-iMac-1073:XYZApp admin$ which node
/usr/local/bin/node
hsd-test-iMac-1073:XYZApp admin$ sudo node-gyp -v configure build
Password:
info it worked if it ends with ok
verb command 'configure' []
verb `which` succeeded for `python` '/usr/bin/python'
verb no --target version specified, falling back to host node version 'v0.6.15'
verb command 'install' [ 'v0.6.15' ]
verb input version string 'v0.6.15'
verb installing legacy version? true
verb installing version '0.6.15'
verb --ensure was passed, so won't reinstall if already installed
verb version not already installed, continuing with install '0.6.15'
verb created: '/Users/admin/.node-gyp/0.6.15'
verb got an error, rolling back install
verb command 'remove' [ '0.6.15' ]
verb using node-gyp dir '/Users/admin/.node-gyp'
verb removing development files for version '0.6.15'
ERR! Error: connect ETIMEDOUT
at errnoException (net.js:670:11)
at Object.afterConnect [as oncomplete] (net.js:661:19)
ERR! not ok
hsd-test-iMac-1073:XYZApp admin$