vue-element-admin install 报错
删除下面这个文件,再重新install就可以了,具体原因没仔细研究。。。。
vue-element-admin启动报错
[vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options
原因在与,项目npm install时,默认给vue 装了最新版本2.6,但项目用的版本是vue 2.5.17,vue-template-compiler版本也是2.5.17,这就造成了版本不匹配的问题