Module build failed: TypeError: Cannot read property 'vue' of undefined
Posted rachelgarden
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Module build failed: TypeError: Cannot read property 'vue' of undefined相关的知识,希望对你有一定的参考价值。
学习webpack结合vue时遇到了这个异常,还提示说vue-loader中有错误
原因:webpack和vue-loader版本的问题
如果webpack是4.0以后的,则需要匹配vue-loader 14.0之后的版本
以上是关于Module build failed: TypeError: Cannot read property 'vue' of undefined的主要内容,如果未能解决你的问题,请参考以下文章
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决
Module build failed: Error: Cannot find module 'node-sass’解决
2021-01-21 Module build failed (from ./node_modules/css-loader/dist/cjs.js)
Module build failed: ReferenceError: Unknown plugin “component“ specified问题解决