Nodejitsu:无法添加属性到包描述

我刚刚得到了我的nodejitsutesting版激活,并且我正在尝试从nodejitsy手册中编写hello world示例,但是当我运行jitsu时,它会抛出:

prompt: App name: (myapp) subdomain: (omarloren1.myapp) 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 

我正在运行节点v0.8.1和jitsu v0.9.1

我不知道发生了什么事情:{

这是jitsu v0.9.1中的一个错误。 尝试更新到v0.9.3! 这应该解决你在这里遇到的问题。

如果您遇到更多问题,请发送邮件至support@nodejitsu.com,我们很乐意跟进。

编辑:你可以通过再次运行npm install jitsu -g