Skip to content

Instantly share code, notes, and snippets.

@jfsiii
Created September 10, 2012 22:51
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 jfsiii/3694531 to your computer and use it in GitHub Desktop.
Save jfsiii/3694531 to your computer and use it in GitHub Desktop.
Failing follow-up
~/Sites/remoteImageData → jitsu deploy
info: Welcome to Nodejitsu JFSIII
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: version
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: version: (0.0.0) 0.1.0
warn: About to write /Users/jschulz/Sites/remoteImageData/package.json
data:
data: {
data: name: 'remoteImageData',
data: subdomain: 'remoteImageData.jfsiii',
data: dependencies: { request: '>= 2.9.100' },
data: engines: { node: '0.8.x' },
data: scripts: { start: 'node base64.js' },
data: author: 'JFSIII',
data: analyze: true,
data: version: '0.1.0'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing application dependencies in node base64.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/jschulz/Sites/remoteImageData/package.json
data:
data: {
data: name: 'remoteImageData',
data: subdomain: 'remoteImageData.jfsiii',
data: dependencies: { request: '>= 2.9.100' },
data: engines: { node: '0.8.x' },
data: scripts: { start: 'node base64.js' },
data: author: 'JFSIII',
data: analyze: true,
data: version: null
data: }
data:
prompt: Is this ok?: (yes) no
error: Error running command deploy
error: Save package.json cancelled.
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