Skip to content

Instantly share code, notes, and snippets.

@cbrake
Created July 10, 2012 20:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cbrake/fea9487ef4fae4b6289d to your computer and use it in GitHub Desktop.
jitsu error
prompt: App name: (node-test)
prompt: subdomain: (cbrake.node-test)
prompt: scripts.start: (server.js)
error: Unable to add properties to package description.
error: [TypeError: Object function (script) {
//
// Support `scripts.start` starting with executable (`node` or `coffee`).
//
var split = script.split(' ');
if (~['node', 'coffee'].indexOf(split[0])) {
script = split.slice(1).join(' ');
}
try {
fs.statSync(path.join(dir, script));
return true;
}
catch (ex) {
return false;
}
} has no method 'test']
error: TypeError: Object function (script) {
//
// Support `scripts.start` starting with executable (`node` or `coffee`).
//
var split = script.split(' ');
if (~['node', 'coffee'].indexOf(split[0])) {
script = split.slice(1).join(' ');
}
try {
fs.statSync(path.join(dir, script));
return true;
}
catch (ex) {
return false;
}
} has no method 'test'
error: Error running command deploy
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment