VSCode weex debug src 出现问题

weex debug src 出现问题

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


VSCode weex debug src 出现问题_第1张图片
屏幕快照 2019-04-28 下午4.07.46.png

vscode 工具报错

Module build failed: Error:
Vue packages version mismatch:

- [email protected]
- [email protected]

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 出现问题)