vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementatio

2021-08-26 09:17:40

升级webpack3 ->4 导致的报错

Module Error (from ./node_modules/vue-loader/lib/index.js):

[vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.



后来发现是vue和vue-template-compiler版本不一致导致的,重新下一个同版本包就可以了


"vue": "^2.6.10",

"vue-template-compiler": "^2.6.10",


  • 2019-11-04 02:12:42

    genymotion免费版

    genymotion是一套完整的android虚拟环境工具,相对官方android sdk,它的安装和使用简洁方便不臃肿,但是现在genymotion官方网站不再提供个人的下载,这篇博客记录了如何下载和使用genymotion个人版.