Stop angular cli asking for collecting analytics when I use ng build

前端 未结 7 1395
青春惊慌失措
青春惊慌失措 2020-12-29 21:05

Angluar CLI is asking the following question when I am trying to build and deploy my project using gitlab CI/CD:

7条回答
  •  时光说笑
    2020-12-29 21:35

    To solve this, run the command appointing to /dev/null

    sudo npm install -g @angular/cli > /dev/null
    

提交回复
热议问题