我正在JENKINS上运行构建,但是一旦启动,它很快就会崩溃,因为它要求输入以下内容:
? Would you like to share anonymous usage data with the Angular Team at Google under Google’s Privacy Policy at https://policies.google.com/privacy?
有人知道默认情况下会禁用它的任何方式,以便它停止进行此输入。
我在ng analytics off
项目的根目录使用了一个命令,但返回了以下错误消息:The specified command ("analytics") is invalid. For a list of available options,
run "ng help".
Did you mean "lint"?
有人知道其他选择吗?
谢谢。