According to the node-gyp read me file, node-gyp will download required files. It looks to me like that download is failing for you.
Ryan On Monday, April 23, 2012 12:45:22 PM UTC-5, SteveCronin wrote: > > Can someone help me figure out what is going on with this invocation of > node-gyp? > Where do I go for more information? > > [email protected] /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' > info downloading: http://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz > 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$ > > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
