初始化vue项目,报错This is probably not a problem with npm,there is likely additional logging output above(示

Posted qianjin888

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了初始化vue项目,报错This is probably not a problem with npm,there is likely additional logging output above(示相关的知识,希望对你有一定的参考价值。

https://blog.csdn.net/ink_if/article/details/79015811

参考别人的博客

 

初始化项目,vue init webpack-simple demo 然后npm install 再然后npm run dev 就报错了,最后找出是版本更新原因, 
解决方案: 
npm install之后,运行 npm i -D [email protected]



以上是关于初始化vue项目,报错This is probably not a problem with npm,there is likely additional logging output above(示的主要内容,如果未能解决你的问题,请参考以下文章

Vue项目问题-TypeError: this.getOptions is not a function

配置webpack loader vue 报错:Module build failed: TypeError: this._init is not a function

[解决]TypeError: this.getOptions is not a function

解决:使用 Vue 3 Script Setup 时 ESLint 报错 ‘defineProps‘ is not defined

如何解决在vue中this报错undefined

vue项目报错webpackJsonp is not defined