Skip to content

Instantly share code, notes, and snippets.

@FaisalAbid
Created February 24, 2013 08:54
Show Gist options
  • Save FaisalAbid/5023161 to your computer and use it in GitHub Desktop.
Save FaisalAbid/5023161 to your computer and use it in GitHub Desktop.
Faisals-MacBook-Pro:MobileLearningLabs FaisalAbid$ node -v
v0.8.16
Faisals-MacBook-Pro:MobileLearningLabs FaisalAbid$ jitsu deploy -debug
info: Welcome to Nodejitsu faisalabid
info: jitsu v0.11.4, node v0.8.16
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: subdomain, engines
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: subdomain: (faisalabid.MobileLearningLabs)
prompt: engines.node: (0.8.x)
error: There was an error while checking app name / subdomain availability.
error: Error: Nodejitsu Error (404): Item not found
error: Error running command deploy
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
Faisals-MacBook-Pro:MobileLearningLabs FaisalAbid$
@FaisalAbid
Copy link
Author

{
"name": "Mobile Learning Labs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.5",
"ejs": "",
"less-middleware": "
",
"express-ejs-layouts": "*",
"wrench": "~1.4.4"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment