-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue
Description
I have my Firebase Angular Project with CircleCI.
But I countered a problem that I need to type to Google Analytics 'YES'
I tried to do what the documentation says:
ng analytics off
Environment Variables
NG_CLI_ANALYTICS = false
NG_CLI_ANALYTICS = False
NG_CLI_ANALYTICS = ci
But they did not work
I found a solution after I read it on https://stackoverflow.com/questions/56355499/stop-angular-cli-asking-for-collecting-analytics-when-i-use-ng-build
sudo npm install -g @angular/cli > /dev/null
Metadata
Metadata
Assignees
Labels
needs: more infoReporter must clarify the issueReporter must clarify the issue
