首页 前端知识 vue打包时报错 npm ERR! Missing script: “build“

vue打包时报错 npm ERR! Missing script: “build“

2024-06-10 23:06:48 前端知识 前端哥 11 623 我要收藏

vue 打包项目时报错

run npm fund for details
npm ERR! Missing script: “build”
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in: C:\Users\Lenovo\AppData\Local\npm-cache_logs\2023-03-31T02_19_40_340Z-debug-0.log

解决方式:
修改package.json文件,添加了下图中红框内容就可以了

“serve”: “vue-cli-service serve”,
“build”: “vue-cli-service build”
在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/11850.html
标签
评论
发布的文章

FastJson 2『使用心得』

2024-06-18 23:06:34

fastjson(版本<=1.2.24)复现

2024-06-18 23:06:21

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!