小程序命令行 处理出错
发布于 5 年前 作者 cmeng 11534 次浏览 来自 问答

/Applications/wechatwebdevtools.app/Contents/MacOS/cli cloud env list --appid wxxxxxxxx

IDE server has started, listening on http://127.0.0.1:27024

Fetching AppID (wxxxxxxx) permissions

[error] {

  code: 10,

  message: "Error: 错误 TypeError: Cannot read property 'setting' of undefined (code 10)TypeError: Cannot read property 'setting' of undefined\n" +

    '    at Proxy.getFilteredProjectConfig (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/9327037d308e50587476dfd6b9e06014.js:2:10921)\n' +

    '    at Proxy.exports.getProjectInfo (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/9d9d19a87db58211a644d4d305c488d5.js:2:3066)\n' +

    '    at processTicksAndRejections (internal/process/task_queues.js:85:5)\n' +

    '    at async Object.<anonymous> (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/7a975443f52e91830ae1d65cdf8c86db.js:2:3037)'

}

1 回复

appid 有填对吗?

回到顶部