gpt4 book ai didi

JavaScript 文件在我看来没问题,但出现语法错误

转载 作者:行者123 更新时间:2023-11-30 14:15:25 25 4
gpt4 key购买 nike

当我运行我的 coffeescript 测试应用程序时,出现此错误"

2018-12-06 02:19:24,681 <NodeTest> [ERROR] [MainThread] node_test.run - NodeJS test for Node v7.9.0 did not pass. Exit status: 1
Std Out:
Std Error: /opt/node_js/conf.js:25
osVersion: 'MyOS 1.10.1.21
^^^^^^^^^^^^^^^^^

语法错误:无效或意外的标记

这是conf.js的内容:

const require('https');
module.exports = {
// Endpoint
endpoint: 'https://123.456.789.876',

// creds
access: 'accessblablabla',
secret: 'secret blablabla',

// Other options
s3BucketEndpoint: false,
s3ForcePathStyle: true,
httpOptions: {
agent: new https.Agent({ca: '-----BEGIN CERTIFICATE-----'})
},

// OS version
myOsVersion: 'MyOS 1.10.1.21'
}

我不明白为什么 myOsVersion: '%s 与文件中的其他内容相比有任何不同。任何人都可以发现我做错了什么吗?

最佳答案

我根本不使用 MacOS,但在我看来,我认为您应该声明:

const https = require('https');

在代码的顶部,因为我看到您使用了 this 的实例(new 关键字)。希望这可以帮助你一点!

关于JavaScript 文件在我看来没问题,但出现语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53644015/

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