Skip to content

Instantly share code, notes, and snippets.

@steve21124
Created January 12, 2012 06:07
Show Gist options
  • Save steve21124/1599044 to your computer and use it in GitHub Desktop.
Save steve21124/1599044 to your computer and use it in GitHub Desktop.
error nodejitsu
spiderman56:nodechat2 steve$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as steve21124
warn:
warn: Your package.json file is missing required fields:
warn:
warn: subdomain, scripts.start
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (nodechat2):
prompt: scripts.start:
error: The subdomain you have requested is already in use.
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (nodechat2): chat4551
warn: About to write /Users/steve/Projects/SourceCode/nodejs/FayeObj/nodechat2/package.json
data:
data: {
data: name: 'chat455',
data: version: '0.0.0',
data: scripts: { start: '' },
data: devDependencies: {},
data: repository: { url: '' },
data: author: '',
data: subdomain: 'chat4551',
data: dependencies: {},
data: engines: { node: '~0.6.7' }
data: }
data:
prompt: Is this ok? (yes):
info: Analyzing your application dependencies in
warn: No application exists for chat455
warn: No application exists for chat455
info: Checking app availability chat455
info: Checking app availability chat455
info: Creating app chat455
info: Creating app chat455
events.js:48
throw arguments[1]; // Unhandled 'error' event
^
Error: EACCES, permission denied '/tmp/steve21124-chat455-0.0.0.tgz'
spiderman56:nodechat2 steve$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment