Skip to content

Instantly share code, notes, and snippets.

@robertjchristian
Created March 11, 2013 17:20
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 robertjchristian/ced683947a4aeb681cff to your computer and use it in GitHub Desktop.
Save robertjchristian/ced683947a4aeb681cff to your computer and use it in GitHub Desktop.
Jitsu deploy attempt 2
rob@rob:~/git/angular-enterprise-seed$ jitsu deploy
info: Welcome to Nodejitsu robertjchristian
info: jitsu v0.12.3, node v0.9.1
info: It worked if it ends with Nodejitsu ok
warn: You are using unstable version of node.js. You may experience problems.
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: scripts.start
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: scripts.start:
warn: About to write /home/rob/git/angular-enterprise-seed/package.json
data:
data: {
data: version: '0.0.0',
data: name: 'angular-enterprise-seed',
data: engines: { node: '0.8.x' },
data: scripts: { start: '' },
data: subdomain: 'robertjchristian.angular-enterprise-seed'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing application dependencies in
warn:
warn: The package.json file is missing required fields:
warn:
warn: scripts.start
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: scripts.start: warn:
warn: The package.json file is missing required fields:
warn:
warn: scripts.start
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: scripts.start: error: Unable to add properties to package description.
error: [Error: canceled]
error: Error running command deploy
error: canceled
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
error: Unable to add properties to package description.
error: [Error: canceled]
error: Error running command deploy
error: canceled
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
rob@rob:~/git/angular-enterprise-seed$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment