-
团队中本来就已经有Android、iOS工程了,weex出来后,想其中有些业务使用weex来开发,于是在Android、iOS中分别引入了weex的SDK,并且使用weex-toolkit初始化了一个weex工程,但是初始化的这个weex工程不是weexpack工程,现在遇到一个问题:我们想在weex中只用weex-chart这个插件,但是找了所有资料,发现引入weex-chart这种插件的方式都…
-
Demo无法运行
在执行到第5步骤的时候,报错
我把plugins/weex-chart/examples 拷贝到src下,然后run ios,错误如下
```
ERROR in ./~/.0.3.4@weex-loader/lib/script.js!./~/.6.3.2@babel-loader/lib?presets[]=/Users/zhoufan/Documents/projec…
-
这么写安卓报错怎么回事
-
weex-chart插件安装之后node_modules消失原因:
经反复测试发现:
weexpack plugin add weex-chart
刚执行完成,node_modules中本来是有weex-chart目录的。
但是很遗憾,当作任何npm操作,如:
weexpack run android
npm install
等等。。。。
node_modules下…
-
I see a error when add this plugin in ubuntu 16.04. All version weex-devtoll is latest. Please help me.
```
weex plugin add weex-scanQR
15:28:11 : Error: Error: Registry returned 404 for GET on htt…
-
@WUBOSS
执行命令:weex plugin add weex-scanQR 报404
然后改成 weex plugin add weex-scanqr继续报错,如下:
const buildPatch = gradle.makeBuildPatch(name, version, option.android.groupId||"");
…
ghost updated
7 years ago
-
{Error: Line 1: Unexpected token ...
at ErrorHandler.constructError (/Users/kingcodexl/.lighting-plugins/lib/node_modules/lighting-plugin-type-vue/node_modules/weex-vue-precompiler/node_modules/…
-
您好,在运行weex-chart的demo时,刚开始报错:__weex_require__ is not defined,
后将项目中node_modules\weex-gcanvas下的gutil.js和plugins\weex-gcanvas\js下的gutil.js文件中:
canvasModule = (typeof weex!=='undefined'&&weex.requireMo…
-
is [weex-plugin-richtext](https://www.npmjs.com/package/weex-plugin-richtext) still can be used? how to use it?
-
使用以下两个方法都不能集成:
•命令行集成 weexpack plugin add weex-gcanvas
报错: Error: Cannot read property 'statusCode' of undefined
•手动集成 在相应工程的build.gradle文件的dependencies中添加compile 'org.weex.plugin:weexgca…