项目打包报错:TypeError: plugin is not a function

新拉下来的项目,打包和运行都会报这个错误,试过重新安装依赖包了,还是会报错,这怎么能解决呀

img

1、先看一些src/main.js文件中是否有使用plugin函数,或plugin变量等,搜索一下
2、main.js中应该有引用element的index.css
参考这样
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
3、如果还有问题的话,深入去看/node_modules/element-ui/lib/theme-chalk/index.css
4、或者换个elementUI的版本