Created
January 6, 2012 17:37
-
-
Save jmar777/1571603 to your computer and use it in GitHub Desktop.
gaas-license-verification jitsu create error
This file contains hidden or 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
jmar777:gaas-license-verification jeremymartin$ jitsu create | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command create | |
info: Authenticated as jmar777 | |
warn: | |
warn: Your 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 (app.js): ^C | |
jmar777:gaas-license-verification jeremymartin$ jitsu create | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command create | |
info: Authenticated as jmar777 | |
info: Analyzing your application dependencies in app.js | |
info: Checking app availability GaaS License Verification | |
error: Error creating GaaS License Verification | |
/opt/local/lib/node_modules/jitsu/lib/jitsu/commands/apps.js:206 | |
winston.error(result.message); | |
^ | |
TypeError: Cannot read property 'message' of undefined | |
at createPackage (/opt/local/lib/node_modules/jitsu/lib/jitsu/commands/apps.js:206:31) | |
at EventEmitter.addProperties (/opt/local/lib/node_modules/jitsu/node_modules/prompt/lib/prompt.js:304:12) | |
at /opt/local/lib/node_modules/jitsu/lib/jitsu/package.js:497:20 | |
at /opt/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/lib/client/apps.js:132:5 | |
at Request._callback (/opt/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/lib/client/client.js:100:5) | |
at Request.callback (/opt/local/lib/node_modules/jitsu/node_modules/request/main.js:104:22) | |
at Request.<anonymous> (/opt/local/lib/node_modules/jitsu/node_modules/request/main.js:458:18) | |
at Request.emit (events.js:67:17) | |
at IncomingMessage.<anonymous> (/opt/local/lib/node_modules/jitsu/node_modules/request/main.js:423:16) | |
at IncomingMessage.emit (events.js:88:20) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment