美文网首页weex
VSCode weex debug src 出现问题

VSCode weex debug src 出现问题

作者: hhao | 来源:发表于2019-04-28 16:20 被阅读0次

weex debug src 出现问题

当新建完一个weex项目之后,想试试weex debug src调试页面的时候出现了如下情况


屏幕快照 2019-04-28 下午4.07.46.png

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

相关文章

网友评论

    本文标题:VSCode weex debug src 出现问题

    本文链接:https://www.haomeiwen.com/subject/patjnqtx.html