收到 谢谢反馈 下一个版本fix 1.03(4).2007032 fixed https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html
compressImage函数出现bug[图片] 使用基础库为2.11.3,在微信开发工具中compressImage返回的tempFilePath后面跟着undefined。在真机调试和预览中没有出现这种情况。
2020-07-01抱歉给你带来不便,下个版本fix 对于这个问题的临时解决方案: 取消勾选[图片]或者 <input></input> 改 <input>或者切换到非200630版本的nightly,或者切换到release、stable版本均可
expect end-tag 'input', near 'view'? 以前做的项目,今天出现的?[图片] [图片]
2020-07-01已定位到问题 我们修复下
1.04.2006302 版本上传代码一直报错,但回退1.03.2006282可以上传?1.04.2006302 上传一直报错这个信息,但是使用1.03.2006282可以正常上传 还有1.04.2006302最大化有问题,系统任务栏会被遮住了 error: wxml 编译错误,错误信息:./pages/member/money/out.wxml:33:127: unexpected character `"` [20200701 11:50:35][wx4946064018fa4553]
2020-07-01你好 请暂时使用 命令行 创建tag 后续版本我们会修复这个问题
微信开发者工具版本管理创建标签失败如图: [图片]
2020-06-30看看 项目 .vscode 文件 是否有 "editor.formatOnSave": true, 如果有 请暂时关闭,后续版本修复这个问题
[IDE BUG] 每次保存出现“正在运行保存参与程序..:正在格式化Bug截图 [图片] IDE版本: 1.03.2006090 APP ID:wx195f2a7af2600fc5
2020-06-30工具版本号提供一下
npm构建报这个错?[图片] 搞了很久了 没头绪 有大佬知道吗
2020-06-30你好 这个错误暂时理解为超时 还请重试 整体代码包越大超时概率越大 我们会尽快优化这个超时的问题
CI上传报错提示get new ticket fail innerCode:-80014?使用miniprogram-ci的uplaod方法上传代码时,经常会报错提示,使用的miniprogram-ci版本为1.0.33 AppID: wxc2ada47bce176219 发生时间:2020-06-30 上午十一点左右
2020-06-30麻烦列出导致出错使用的 node_modules 以及 提供一下最小可复现代码片段
按照微信开发社区中提供的构建npm方案构建后,项目编译一直报错,未构建npm时项目正常运行,为什么?项目按照默认的typescript方式创建,创建后不能构建npm,但是项目运行一切正常。 [图片] 按照微信开发社区提供的方案新建package.json,执行npm install,再构建npm成功。 [图片] 再用开发工具编译,项目一直报错,如下: [图片]
2020-06-29appid和发生时间点 提供下, 另外请确认 appid和对应的key文件是否是正确对应的
CI报错 get new ticket fail innerCode:-80011?CI上传一半报错,已经上传一部分成功, 版本miniprogram-ci @1.0.24 报错信息 …… …… …… done: pages/user/vipAgreement/index.wxml processing: compiling other files done: compiling other files processing: upload request url: https://servicewechat.com/wxa/ci/upload?codeprotect=0&type=miniProgram&appid=wxea8e391c27567884&version=1.0.0&desc=release%20version%201.0.0&robot=1 done: upload 20002 Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"} (node:24295) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"} at Object.upload (/Users/yuangong/Documents/workplace/jv-B2cMall/node_modules/miniprogram-ci/dist/upload/upload.js:1:3007) at processTicksAndRejections (internal/process/task_queues.js:93:5) (node:24295) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:24295) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2020-06-29--pp 这个目录下必须存在project.config.json 这个文件
miniprogram-ci找不到project.config.json文件?运行miniprogram-ci预览命令时,一直提示如下错误: processing: app.json done: app.json processing: ext.json done: ext.json processing: pages/main/home/index (node:32202) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/XXX/project.config.json' (node:32202) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:32202) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. project.config.json是微信开发者工具自动生成的,ci工具无法生成该文件,但ci命令又需要用到该文件,有办法解决这个报错嘛
2020-06-29