Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.54k stars 3.05k forks source link

Cannot read property 'sfc' of undefined #2562

Open lcx123456 opened 4 years ago

lcx123456 commented 4 years ago

npm run dev

[15:44:13] info build app start... [15:44:14] info app building App [15:44:15] ERR! Cannot read property 'sfc' of undefined [15:44:15] ERR! compile Compile failed. Add "--log trace" to see more details [15:44:15] info watching...

启动失败 且搜不到sfc 右侧weapp只生成了三个文件(app.json、app.js、app.wxss)

微信开发者工具显示VM38:1 未找到 app.json 中的定义的 pages "pages/index/index" 对应的 WXML 文件

Gcaufy commented 4 years ago

可以提供可复现的包吗?我这边帮定位看一下。