失败的主要原因是package.json中scripts参数为

"scripts": {
  "dev": "vue-cli-service serve --open",
  "build:prod": "vue-cli-service build",
  "build:stage": "vue-cli-service build",
  "build:development": "vue-cli-service build --mode development",
  "preview": "node build/index.js --preview",
  "lint": "eslint --ext .js,.vue src",
  "test:unit": "jest --clearCache && vue-cli-service test:unit",
  "test:ci": "npm run lincdt && npm run test:unit",
  "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  "new": "plop"
},

正确命令应该是

npm run build:development --report

Logo

前往低代码交流专区

更多推荐