When I run:
ng add @angular/fire
I get this error:
$ ng add @angular/fire
Skipping installation: Package already installed
UPDATE package.json (1542 bytes)
- Installing packages (npm)...
✔ Packages installed successfully.
Cannot run login in non-interactive mode. See login:ci to generate a token for use in non-interactive environments.
I am running this on Windows 10 Pro Git Bash.
This failure is causing other errors, e.g. ng deploy fails because ng add @angular/fire fails to update angular.json with a deploy target. Any ideas what the problem is? many thanks
Running on Node v14.17.1 and @angular/cli v11.2.14