小程序
小游戏
企业微信
微信支付
扫描小程序码分享
使用windows 开发工具1.05.2204250
使用得旧版本开发工具开发得小程序,在提交得时候报错800059,百度说得是需要更新版本,在我更新到最新版本后,抛出警告
[代码依赖分析] 找到 1 个依赖异常情况,请检查
Couldn't resolve the Js file "app.js" relative to "app.json"
这个错误应该怎么解决
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
WAServiceMainContext.js:2 Error: module "pages/images/base64.js" is not defined, require args is "../images/base64
at require (WASubContext.js?t=wechat&s=1662595690490&v=2.14.1:26)
at o (WASubContext.js?t=wechat&s=1662595690490&v=2.14.1:26)
at index.js? [sm]:1
at <anonymous>:1454:7
at doWhenAllScriptLoaded (<anonymous>:1489:21)
at Object.scriptLoaded (<anonymous>:1517:5)
at Object.<anonymous> (<anonymous>:1542:22)(env: Windows,mp,1.05.2204250; lib: 2.14.1)
按教程添加的CELL组件,然后显示出错
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
同问
```
Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json"
...
每个页面都会有。
项目是通过官方的 TypeScript 项目模版建立的,虽然只是警告⚠️,但很不爽
遇到了同样的问题,每次编译后,我再到引用的文件中手动保存一下,就可以正常引用了,不过非常不方便
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
WAServiceMainContext.js:2 Error: module "pages/images/base64.js" is not defined, require args is "../images/base64
at require (WASubContext.js?t=wechat&s=1662595690490&v=2.14.1:26)
at o (WASubContext.js?t=wechat&s=1662595690490&v=2.14.1:26)
at index.js? [sm]:1
at require (WASubContext.js?t=wechat&s=1662595690490&v=2.14.1:26)
at <anonymous>:1454:7
at doWhenAllScriptLoaded (<anonymous>:1489:21)
at Object.scriptLoaded (<anonymous>:1517:5)
at Object.<anonymous> (<anonymous>:1542:22)(env: Windows,mp,1.05.2204250; lib: 2.14.1)
按教程添加的CELL组件,然后显示出错
如需关闭依赖分析请在 project.config.json setting 字段中增加 "ignoreDevUnusedFiles": false 和 "ignoreUploadUnusedFiles": false 同样的报错怎么解决兄弟们
同问
```
Couldn't resolve the Js file "app.js" relative to "app.json"
Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json"
...
```
每个页面都会有。
项目是通过官方的 TypeScript 项目模版建立的,虽然只是警告⚠️,但很不爽
遇到了同样的问题,每次编译后,我再到引用的文件中手动保存一下,就可以正常引用了,不过非常不方便