Skip to content

Instantly share code, notes, and snippets.

Created July 9, 2013 04:14
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/5ff7cda067f0f18a63cf to your computer and use it in GitHub Desktop.
Save anonymous/5ff7cda067f0f18a63cf to your computer and use it in GitHub Desktop.
npm errors
costa: jitsu deploy
info: Welcome to Nodejitsu wamoyo
info: jitsu v0.12.11, node v0.10.11
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
info: Creating snapshot 1.3.7
info Uploading: [=============================] 100%
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/jade
npm http GET https://registry.npmjs.org/stylus
npm http GET https://registry.npmjs.org/nano
npm http GET https://registry.npmjs.org/emailjs
npm http GET https://registry.npmjs.org/mailchimp
npm http 200 https://registry.npmjs.org/emailjs
npm http GET https://registry.npmjs.org/emailjs/-/emailjs-0.3.4.tgz
npm http 200 https://registry.npmjs.org/stylus
npm http 200 https://registry.npmjs.org/mailchimp
npm http 200 https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/stylus/-/stylus-0.32.1.tgz
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-71766cenc9gg/build/package
npm ERR! node -v v0.8.22
npm ERR! npm -v 1.3.1
npm http 200 https://registry.npmjs.org/jade
npm http GET https://registry.npmjs.org/mailchimp/-/mailchimp-0.9.5.tgz
npm http 200 https://registry.npmjs.org/emailjs/-/emailjs-0.3.4.tgz
npm http GET https://registry.npmjs.org/jade/-/jade-0.28.2.tgz
npm http 200 https://registry.npmjs.org/nano
npm http GET https://registry.npmjs.org/nano/-/nano-3.3.8.tgz
npm http 200 https://registry.npmjs.org/mailchimp/-/mailchimp-0.9.5.tgz
npm http 200 https://registry.npmjs.org/jade/-/jade-0.28.2.tgz
npm http 200 https://registry.npmjs.org/stylus/-/stylus-0.32.1.tgz
npm http 200 https://registry.npmjs.org/nano/-/nano-3.3.8.tgz
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-71766cenc9gg/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