gpt4 book ai didi

Powershell脚本不输出ng构建进度

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

当我运行 ng build通过终端在我的 Mac 上,我可以看到模块构建的进度,如下所示:

enter image description here

但是,当我运行 ng build通过 Powershell ISE,它根本不显示任何输出,甚至不显示警告。如何更新我的 Powershell 脚本以显示构建进度百分比和警告?

最佳答案

您可以通过 call operator 调用它

& ng @( 'build' )
# Explicitly request progress
& ng @( 'build' , '--progress')

关于Powershell脚本不输出ng构建进度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56553973/

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