lixingdecai / vue-toutiaohao

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

在安装依赖的时候提示需要下载xcode #8

Open xiaowusang opened 7 years ago

xiaowusang commented 7 years ago

为什么需要下载xcode呢== 还有在run dev的时候提示版本不匹配,真的是心塞塞。。。

lixingdecai commented 7 years ago

@xiaowusang hello,有些nodejs之类的基础插件好像是需要xcode支持的,但我忘了是啥来着了,安装下挺好的。run dev是报什么版本提示不匹配,贴出来,我可以帮你看看。

PasserbyFluid commented 7 years ago

我的这个run dev的时候这样报错 这是什么版本不匹配? 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/main.js 43:11-27

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 19:16-44

lixingdecai commented 6 years ago

@cuizhangxiao 很抱歉,上次在公车上看到你的issue,回去就忘了。你可以试试 npm install vue-template-compiler@2.1.8试试。 package.json 中 配置的是 "vue-template-compiler": "^2.1.8"。应该升级了vue-template-compiler 造成的问题。或者把package.json 中 配置修改为 "vue-template-compiler": "2.1.8"。