Skip to content

Instantly share code, notes, and snippets.

@rohitcolinrao
Created October 11, 2012 04:29
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 rohitcolinrao/3870166 to your computer and use it in GitHub Desktop.
Save rohitcolinrao/3870166 to your computer and use it in GitHub Desktop.
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
warn: Creating new snapshot for version 0.0.1-189
info: Done creating snapshot 0.0.1-189
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: ENOENT, open '/root/tmp/tmp-20417fwf088w/build/package/package.json'
info: Nodejitsu not ok
package.json
{
"name": "ultrasonic",
"subdomain": "ultrasonic",
"domains": [
"ultrasonicmovie.com",
"www.ultrasonicmovie.com"
],
"dependencies": {
"express": "2.5.1",
"jade": "",
"socket.io": "0.8.x",
"backbone": "",
"mongoose-auth": "https://github.com/rohitcolinrao/mongoose-auth/tarball/master",
"mongoose": "2.4.x",
"paypal-ipn": "1.0.x",
"nodemailer": "0.3.x"
},
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.6.x"
},
"version": "0.0.1-189"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment