lixingdecai / vue-toutiaohao

仿照头条号后台;基于vue2.0全家桶搭建的框架,eleme的UI组件,使用百度ueditor富文本编辑器,并对其二次开发。百度Echarts是图表进行数据展示。阿里plupload进行图片上传和视频上传。图片裁剪、模块拖拽插件等的结合使用
265 stars 97 forks source link

执行 npm run dev 报错 #9

Open w19871029 opened 6 years ago

w19871029 commented 6 years ago

ERROR in

Vue packages version mismatch:

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.

@ ./src/router/index.js 35:13-38

lixingdecai commented 6 years ago

@w19871029 你好,你可以试试 npm install vue-template-compiler@2.1.8试试。 package.json 中 配置的是 "vue-template-compiler": "^2.1.8"。应该升级了vue-template-compiler 造成的问题。

w19871029 commented 6 years ago

可以啦 你那边设置一下 package.json 中 "vue-template-compiler": "2.1.8", 改成这样就可以啦 谢谢

lixingdecai commented 6 years ago

@w19871029 好的 ,感谢