Skip to content

Instantly share code, notes, and snippets.

@cjstewart88
Created July 8, 2013 13:46
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 cjstewart88/803dc735e9c41d772e8e to your computer and use it in GitHub Desktop.
Save cjstewart88/803dc735e9c41d772e8e to your computer and use it in GitHub Desktop.
~/node_proj/nirc [branch: master] $ jitsu deploy
info: Welcome to Nodejitsu cjstewart88
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
info: Creating snapshot 0.0.1-29
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: npm http GET https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/ejs/0.8.3
npm http GET https://registry.npmjs.org/socket.io/0.9.10
npm http 200 https://registry.npmjs.org/ejs/0.8.3
npm http GET https://registry.npmjs.org/ejs/-/ejs-0.8.3.tgz
npm http 200 https://registry.npmjs.org/socket.io/0.9.10
npm http GET https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz
npm http 200 https://registry.npmjs.org/express
npm ERR! TypeError: Invalid Version: 3.0.0alpha1
npm ERR! at new SemVer (/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:257:11)
npm ERR! at SemVer.compare (/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:296:13)
npm ERR! at compare (/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:410:31)
npm ERR! at rcompare (/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:420:10)
npm ERR! at Array.sort (native)
npm ERR! at Function.maxSatisfying (/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:838:6)
npm ERR! at next (/opt/local/lib/node_modules/npm/lib/cache.js:699:21)
npm ERR! at /opt/local/lib/node_modules/npm/lib/cache.js:678:5
npm ERR! at saved (/opt/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:297:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System SunOS 5.11
npm ERR! command "node" "/opt/local/bin/npm" "install"
npm ERR! cwd /root/tmp/tmp-60654q1j3opc/build/package
npm ERR! node -v v0.8.22
npm ERR! npm -v 1.3.1
npm http 200 https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz
npm http 200 https://registry.npmjs.org/ejs/-/ejs-0.8.3.tgz
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-60654q1j3opc/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