Open EyeShield29 opened 4 years ago
遇到同样的情况,非常重要的功能希望得到支持@Chen-jj
目前遇到【问题二】同样的问题,编译未报错,但是提示组件未找到。希望官方提供支持@Chen-jj
https://github.com/NervJS/taro/pull/7209/commits/2bbdaa58cb4316b62e2a0db1e44bfc6cd12ebe60 这个 commit 修复了这个问题,2.2.12 可用
V2.2.15又出现了同样的问题 是不是你同事覆盖了你的代码 这个都半个月了 没人解决了吗?
散了吧。换其他框架。我难得选型失败。 3.x不成熟,2.x build的问题大半年都没解决。编译出来的小程序过于庞大。
你这个taro做出来的本意是什么?
rn rn也不好好支持 啪 写完了发现坑了 (我还信誓旦旦的给老板说这个框架可以转换rn以后写app方便 啪啪打脸 )
还有就是taro-ui 到目前也不支持rn
rn 才是重点啊 好吧
去搞这个那个的小程序
目前用的多的也就 h5 微信 rn
我现在要重写rn代码 也是醉了
@daimashenjing taro最开始是兼容小程序的 老哥
@daimashenjing taro最开始是兼容小程序的 老哥
老哥 我说的是react native
问题描述
v2.2.8和v2.2.9都存在以下问题 问题1:运行报错 使用小程序插件命令编译后,在微信开发者工具中打开提示未找到入口 plugin.json 文件 需按照编译生成的文件目录层级将project.config.json中"pluginRoot": "plugin/" 修改为"pluginRoot": "miniprogram/miniprogram/plugin/"
问题2:引入taro-ui等第三方插件报错 以taro-ui为例,在初始化项目后,在插件plugin目录下引入taro-ui组件,编译后点击进入插件页面时提示Component is not found in path "plugin-private://xxxxxxxxx/..npm/taro-ui/dist/weapp/components/button/index"
复现步骤
期望行为
调整plugin的编译生成目录,与project.config.json中保持一致 引入第三方组件使用正常,不报错
报错信息
SystemError (jsEnginScriptError) Component is not found in path "plugin-private://xxxxxxxxx/..npm/taro-ui/dist/weapp/components/button/index" (using by "plugin-private://xxxxxxxxx/pages/list/list") Error: Component is not found in path "plugin-private://xxxxxxxxx/..npm/taro-ui/dist/weapp/components/button/index" (using by "plugin-private://xxxxxxxxx/pages/list/list") at e (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1872190) at e (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1872391) at http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1896007 at Module._t (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1896569) at Function.value (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1988290) at jt (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:2004560) at Mt (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:2007490) at Function. (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:2017970)
at i. (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:1980628)
at i.emit (http://127.0.0.1:64000/appservice/__dev__/WAService.js:2:655930)
系统信息
Taro CLI 2.2.9 environment info: System: OS: Windows 10 Binaries: Node: 14.4.0 - C:\soft\nodejs\node.EXE Yarn: 1.22.4 - E:\node Files\node_global\yarn.CMD npm: 6.14.5 - C:\soft\nodejs\npm.CMD
补充信息