Skip to content

Instantly share code, notes, and snippets.

@goloroden
Created January 3, 2012 12:12
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 goloroden/1554705 to your computer and use it in GitHub Desktop.
Save goloroden/1554705 to your computer and use it in GitHub Desktop.
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as goloroden
info: Analyzing your application dependencies in app.js
warn: No application exists for de.goloroden.www
info: Checking app availability de.goloroden.www
info: Creating app de.goloroden.www
warn: Creating new snapshot for version 0.0.64
info: Done creating snapshot 0.0.64
info: Updating application de.goloroden.www
info: Activating snapshot 0.0.64 for de.goloroden.www
info: Stopping app goloroden/de.goloroden.www
info: App goloroden/de.goloroden.www is now stopped
info: Starting app goloroden/de.goloroden.www
help:
help: Usage:
help:
help: Deploys an application using the following steps:
help:
help: 1. Creates the application (if necessary)
help: 2. Creates or validates the package.json
help: 3. Packages and creates a new snapshot
help: 4. Stops the application (if necessary)
help: 5. Starts the application
help:
help: jitsu deploy
help: jitsu apps deploy
help:
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
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 ERR! Couldn't read dependencies.
error: npm ERR! Error: ENOENT, No such file or directory '/usr/local/src/goloroden/de.goloroden.www/silkveiljs/package.json'
error: npm ERR! Report this *entire* log at:
error: npm ERR! <http://github.com/isaacs/npm/issues>
error: npm ERR! or email it to:
error: npm ERR! <npm-@googlegroups.com>
error: npm ERR!
error: npm ERR! System Linux 2.6.35.4-rscloud
error: npm ERR! command "node" "/usr/local/bin/npm" "install"
error: npm ERR! cwd /usr/local/src/goloroden/de.goloroden.www/silkveiljs
error: npm ERR! node -v v0.4.12
error: npm ERR! npm -v 1.0.106
error: npm ERR! path /usr/local/src/goloroden/de.goloroden.www/silkveiljs/package.json
error: npm ERR! code ENOENT
error: npm ERR!
error: npm ERR! Additional logging details can be found in:
error: npm ERR! /usr/local/src/goloroden/de.goloroden.www/silkveiljs/npm-debug.log
error: npm not ok
error:
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment