从官方git 下来目录,运行demo5出错
官方链接 https://github.com/Tencent/kbone
首先构建完成后,会报错 module "pages/page1/miniprogram-render" is not defined
我看了一下没有 miniprogram-npm目录,然后我运行了
npm -i miniprogram-render -S
接着在开发者工具中构建npm,上面错误消失了,但报了另外一个错:
Component is not found in path "pages/page1/miniprogram-element"
于是我又运行了
npm -i miniprogram-element -S
在开发者工具中构建npm,错误依旧存在
这个怎么解?
json中加 "component":true 可解决。
你好,工具版本是多少?
npm 6.4.1
kbone 0.3.4