gpt4 book ai didi

json - 角度 6 指定的命令 ("deploy") 无效。有关可用选项的列表,请运行 "ng help"

转载 作者:行者123 更新时间:2023-12-02 03:26:24 24 4
gpt4 key购买 nike

我已将 Angular 5 应用程序迁移到 Angular 6。除了 package.json 中的自定义脚本之外,它运行良好。

当我在终端中使用ng部署时,它显示以下错误:

The specified command ("deploy") is invalid. For a list of available options, run "ng help". Did you mean "help"?

下面是我的 package.json 文件

"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ngsw-config": "node_modules/.bin/ngsw-config dist src/ngsw-config.json",
"ngsw-copy": "cp node_modules/@angular/service-worker/ngsw-worker.js dist/",
"deploy": "ng build --prod && npm run ngsw-config && npm run ngsw-copy"
},

最佳答案

尝试使用npm run deploy

并非 package.json 中的所有命令都与 ng 相关

关于json - 角度 6 指定的命令 ("deploy") 无效。有关可用选项的列表,请运行 "ng help",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50190260/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com