Created
February 24, 2013 08:54
-
-
Save FaisalAbid/5023161 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok | |
Faisals-MacBook-Pro:MobileLearningLabs FaisalAbid$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"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"
}
}