webstrom vue项目打包问题
Posted 月屯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webstrom vue项目打包问题相关的知识,希望对你有一定的参考价值。
遇到过的问题有如下问题
1.TypeError: Class extends value undefined is not a constructor or nu
2.- npm ERR code ERESOLVE 和 npm ERR ERESOLVE could not resolve
3.“ ‘vue-cli-service‘ 不是内部或外部命令,也不是可运行的程序或批处理文件”的报错解决方案 ”
还有参考
忙忙碌碌这么多感觉上面一直打转,下面的问题有很大帮助
1.解决npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dep
2.npm install 报错 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree问题解决
3.报错TypeError: Class extends value undefined is not a constructor or null
4.npm install 报错 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree问题解决
5.Error: Cannot find module ‘@vue/cli-plugin-babel‘
6.vscode报错:npm ERR code ERESOLVE npm ERR ERESOLVE unable to resolve dependency tree
7.Please install ‘webpack-cli’ in addition to webpack itself to use the CLI
最终感觉之前的webpck版本和项目不兼容,安装了4.1.0之后剩下的问题就差不多了
以上是关于webstrom vue项目打包问题的主要内容,如果未能解决你的问题,请参考以下文章
Node.js-Webstrom创建Vue项目(Vue项目初始化)