gpt4 book ai didi

angular - angular cli 应用程序中不存在环境 "uat"

转载 作者:太空狗 更新时间:2023-10-29 17:56:48 24 4
gpt4 key购买 nike

我正在尝试使用以下命令构建一个 Angular CLI(版本 5)应用程序ng build --env=uat --prod -bh/

我收到错误消息“环境“uat”不存在。”

我在 angular-cli.json 中有以下几行

`   "scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts",
"uat": "environments/environment.uat.ts"
}`

我创建了文件 environments/environment.uat.ts。

你能告诉我可能是什么问题吗?

最佳答案

这引起了我的注意,也许值得一试......

"uat": "environments/environment.uat.ts"必须在.angular-cli.json 中(注意文件名开头的点)

我在另一个 angular-cli.json 文件中有该行。因此,请检查您更新了正确的 json 文件,您的项目中可能有 2 个。

关于angular - angular cli 应用程序中不存在环境 "uat",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47645750/

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