Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2013 14:53
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/4547646 to your computer and use it in GitHub Desktop.
Save anonymous/4547646 to your computer and use it in GitHub Desktop.
server:proxy Albert$ jitsu deploy
info: Welcome to Nodejitsu metrological
info: jitsu v0.11.4, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in proxy.js
info: Creating snapshot 1.0.13
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: npm WARN package.json proxy@1.0.13 No README.md file found!
npm http GET http://nj-npm.irisnpm.com/xml2json
npm http GET http://nj-npm.irisnpm.com/xml2json
npm http GET http://nj-npm.irisnpm.com/xml2json
npm ERR! Error: connect ECONNREFUSED
npm ERR! at errnoException (net.js:768:11)
npm ERR! at Object.afterConnect [as oncomplete] (net.js:759:19)
npm ERR! { [Error: connect ECONNREFUSED]
npm ERR! code: 'ECONNREFUSED',
npm ERR! errno: 'ECONNREFUSED',
npm ERR! syscall: 'connect' }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly. See: 'npm help config'
npm ERR! System SunOS 5.11
npm ERR! command "/opt/local/bin/node" "/opt/local/bin/npm" "install"
npm ERR! cwd /root/tmp/tmp-228376bg4840/build/package
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! syscall connect
npm ERR! code ECONNREFUSED
npm ERR! errno ECONNREFUSED
npm ERR! stack Error: connect ECONNREFUSED
npm ERR! stack at errnoException (net.js:768:11)
npm ERR! stack at Object.afterConnect [as oncomplete] (net.js:759:19)
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-228376bg4840/build/package/npm-debug.log
npm ERR! not ok code 0
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment