Skip to content

Instantly share code, notes, and snippets.

Created April 9, 2013 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5341760 to your computer and use it in GitHub Desktop.
Save anonymous/5341760 to your computer and use it in GitHub Desktop.
Hoodie error :(
> arrrow@1.0.0 start /Users/liam/Dropbox/Work/arrrow
> node node_modules/hoodie-app/lib/hoodie-app.js
Start local couch on port: 6002
CouchDB Started
hoodie server started on port '6001'
Trace: couch_has_admin
at Request.couch_has_admin [as _callback] (/Users/liam/Dropbox/Work/arrrow/node_modules/hoodie-app
/lib/hoodie-installer.js:18:17)
at Request.init.self.callback (/Users/liam/Dropbox/Work/arrrow/node_modules/hoodie-app/node_module
s/request/index.js:142:22)
at Request.EventEmitter.emit (events.js:96:17)
at ClientRequest.Request.init.self.clientErrorHandler (/Users/liam/Dropbox/Work/arrrow/node_module
s/hoodie-app/node_modules/request/index.js:246:10)
at ClientRequest.EventEmitter.emit (events.js:96:17)
at Socket.socketErrorListener (http.js:1411:9)
at Socket.EventEmitter.emit (events.js:96:17)
at Socket.connect.require.lookup.addressType (net.js:699:16)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
http://couch.arrrow.dev:80/_users
{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
/Users/liam/Dropbox/Work/arrrow/node_modules/hoodie-app/lib/hoodie-installer.js:21
throw error;
^
Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer [as oncomplete] (dns.js:124:16)
npm ERR! arrrow@1.0.0 start: `node node_modules/hoodie-app/lib/hoodie-app.js`
npm ERR! `sh "-c" "node node_modules/hoodie-app/lib/hoodie-app.js"` failed with 1
npm ERR!
npm ERR! Failed at the arrrow@1.0.0 start script.
npm ERR! This is most likely a problem with the arrrow package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/hoodie-app/lib/hoodie-app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls arrrow
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 12.2.1
npm ERR! command "/usr/local/Cellar/node/0.8.18/bin/node" "/usr/local/bin/npm" "start"
npm ERR! cwd /Users/liam/Dropbox/Work/arrrow
npm ERR! node -v v0.8.18
npm ERR! npm -v 1.2.2
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/liam/Dropbox/Work/arrrow/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment