TypeError: Cannot destructure property `compile` of 'undefined' or 'null'
Posted sweeneys
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: Cannot destructure property `compile` of 'undefined' or 'null'相关的知识,希望对你有一定的参考价值。
一.问题描述
进入到VUE项目运行命令:npm run dev的时候报错。错误提示:TypeError: Cannot destructure property `compile` of ‘undefined‘ or ‘null‘
二.问题分析
经过分析,发现是因为webpack-dev-server版本过高导致。
三.解决方法
进入到项目中,运行如下命令:
npm install -D [email protected]3.0.0
然后再运行npm run dev即可。
以上是关于TypeError: Cannot destructure property `compile` of 'undefined' or 'null'的主要内容,如果未能解决你的问题,请参考以下文章
TypeError: Cannot read property 'scrollIntoView' of null 如何解决?
Uncaught TypeError: Cannot redefine property: $router
协助处理 javascript 错误:TypeError: Cannot read property 'hash' of undefined
已解决TypeError: Descriptors cannot not be created directly.
TypeError: Cannot read property ‘url‘ of undefined
为啥给我这个错误:TypeError: cannot pickle '_io.TextIOWrapper' object?