Vue项目组件在发布时报错

img

Vue项目在发布时报错不清楚什么情况npm install也不行

打包配置文件有问题,把打包配置文件发出来看看
然后加一下这个postcss.config.js配置文件


module.exports = {
  plugins: {
    'autoprefixer': {},
  }
}