【发布时间】:2021-06-03 10:19:01
【问题描述】:
当我尝试使用 gitlab CI/CD 构建和部署我的项目时,Angluar CLI 会询问以下问题:
> @angular/cli@8.0.0 postinstall /workspace/node_modules/@angular/cli
> node ./bin/postinstall/script.js
? Would you like to share anonymous usage data with the Angular Team at Google u
nder
Google’s Privacy Policy at https://policies.google.com/privacy? For more details
and
how to change this setting, see http://angular.io/analytics. (y/N)
当然,我不能在 CI/CD 管道中输入任何内容。我怎样才能防止 Angular cli 提出这个问题?
【问题讨论】:
标签: angular angular-cli