Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Created April 5, 2012 22:19
Show Gist options
  • Save devinrhode2/2314631 to your computer and use it in GitHub Desktop.
Save devinrhode2/2314631 to your computer and use it in GitHub Desktop.
nodester 503-ing
My Nodester app 503's no matter what I do!
Try upgrading to node 0.6.12, assuring these 3 things are exactly as described in your base folder package.json file:
{
"name":"rhodester",
"node":"0.6.12",
"author":"devinrhode2"
}
"name": Your appname - same as subdomain
"node": Not prefixed with 'v'
"author": Has to be your nodester username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment