Angluar CLI is asking the following question when I am trying to build and deploy my project using gitlab CI/CD:
> @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)
Of course I cannot input anything in the CI/CD pipeline. How can I can prevent angular cli from asking this question?