Missing script: “build“
失败的主要原因是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 buil
·
失败的主要原因是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
更多推荐
已为社区贡献6条内容
所有评论(0)