weex debug src 出现问题
当新建完一个weex项目之后,想试试weex debug src调试页面的时候出现了如下情况
vscode 工具报错
Module build failed: Error:
Vue packages version mismatch:
- vue@2.5.21
- vue-template-compiler@2.6.8
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
解决办法
weex doctor