Skip to content

Instantly share code, notes, and snippets.

@mbrevoort
Created June 6, 2013 15:02
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 mbrevoort/16670a1c3d4f392c33b9 to your computer and use it in GitHub Desktop.
Save mbrevoort/16670a1c3d4f392c33b9 to your computer and use it in GitHub Desktop.
jitsu deploy
path.existsSync is now called `fs.existsSync`.
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in node server.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/mikebre/development/hackathon/spring2013/ClassCrowd/package.json
data:
data: {
data: author: 'Mike Brevoort',
data: dependencies: { express: '~3.2.6' },
data: description: 'Hackathon App',
data: devDependencies: {},
data: engines: { node: '0.10.x' },
data: license: 'None',
data: main: 'server.js',
data: name: 'ClassCrowd',
data: repository: '',
data: scripts: { test: 'echo "Error: no test specified" && exit 1', start: 'node server.js' },
data: subdomain: 'ClassCrowd',
data: version: '0.0.1-1'
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.1-1
info: Done creating snapshot 0.0.1-1
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: ENOENT, open '/root/tmp/tmp-4591018t1g5c/build/package/package.json'
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment