gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-30 13:17:36 28 4
gpt4 key购买 nike

我刚刚激活了我的 nodejitsu beta,我正在尝试编写 nodejitsy 手册中的 hello world 示例,但是当我运行 jitsu deploy 时,它会抛出这个:

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

我正在运行 Node v0.8.1 和 jitsu v0.9.1

我不知道发生了什么:{

最佳答案

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

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

编辑:您可以通过再次运行 npm install jitsu -g 来完成此操作。

关于javascript - Nodejitsu:无法将属性添加到包描述,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11438643/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com