Skip to content

Running Angular Firebase Project with CircleCI #14619

@juancarlosjr97

Description

@juancarlosjr97

I have my Firebase Angular Project with CircleCI.

But I countered a problem that I need to type to Google Analytics 'YES'

image

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions