Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2012 22:01
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/3924985 to your computer and use it in GitHub Desktop.
Save anonymous/3924985 to your computer and use it in GitHub Desktop.
C:\dev\troy>jitsu deploy
info: Welcome to Nodejitsu psika
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in seed.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\dev\troy\package.json
data:
data: {
data: version: '0.0.0-4',
data: name: 'troy',
data: engines: { node: '0.8.x' },
data: subdomain: 'psika.troy',
data: scripts: { start: 'seed.js' }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.0-4
info: Updating app troy
info: Activating snapshot 0.0.0-4 for troy
info: Starting app troy
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: npm http GET https://registry.npmjs.org/C%3A%5Cdev%5Ctroy%40*
error: npm http 404 https://registry.npmjs.org/C%3A%5Cdev%5Ctroy%40*
error: npm ERR! 404 'C%3A%5Cdev%5Ctroy%40*' is not in the npm registry.
error: npm ERR! 404 You should bug the author to publish it
error: npm ERR! 404
error: npm ERR! 404 Note that you can also install from a
error: npm ERR! 404 tarball, folder, or http url, or git url.
error:
error: npm ERR! System SunOS 5.11
error: npm ERR! command "node" "/opt/haibu/node-versions/0.8.6/bin/npm" "--uns
afe-perm" "true" "--cache" "/opt/haibu/apps/psika/troy/.npm" "--userconfig" "/op
t/haibu/apps/psika/troy/.userconfig" "--globalconfig" "/opt/haibu/apps/psika/tro
y/.globalconfig" "install"
error: npm ERR! cwd /opt/haibu/apps/psika/troy/package
error: npm ERR! node -v v0.8.6
error: npm ERR! npm -v 1.1.50
error: npm ERR! code E404
error: npm ERR!
error: npm ERR! Additional logging details can be found in:
error: npm ERR! /opt/haibu/apps/psika/troy/package/npm-debug.log
error: npm ERR! not ok code 0
error:
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