node-webot / co-wechat-api

Wechat API. Support Async Functions
Other
724 stars 170 forks source link

不知道是什么错 #62

Closed Messilimeng closed 7 years ago

Messilimeng commented 7 years ago

/root/aasd/node_modules/co-wechat-api/lib/api_common.js:59 this.getToken = getToken || async function () { ^^^^^^^^ SyntaxError: Unexpected token function at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:542:28) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/root/51work/node_modules/co-wechat-api/index.js:3:13) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) /root/51work/node_modules/co-wechat-api/lib/api_common.js:59

JacksonTian commented 7 years ago

升级 node 版本至 8.x

Messilimeng commented 7 years ago

好的明白了

MaxIsComing commented 6 years ago

node_modules/_co-open-wechat-api@0.0.1@co-open-wechat-api/lib/api_common.js:97 this.getComponentToken = getComponentToken || async function () { ^^^^^^^^

SyntaxError: Unexpected token function at createScript (vm.js:56:10)

node是8.1.4版本

JacksonTian commented 6 years ago

co-open-wechat-api 是什么模块?找对应的维护者

liuyiji commented 6 years ago

连接本地代码调试一下,

原始邮件 发件人:Jackson Tiannotifications@github.com 收件人:node-webot/co-wechat-apico-wechat-api@noreply.github.com 抄送:Subscribedsubscribed@noreply.github.com 发送时间:2018年6月29日(周五) 11:58 主题:Re: [node-webot/co-wechat-api] 不知道是什么错 (#62)

co-open-wechat-api 是什么模块?找对应的维护者 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

MaxIsComing commented 6 years ago

好~