Skip to content

ng add @angular/fire throws error #3162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mikgross opened this issue Feb 15, 2022 · 3 comments
Closed

ng add @angular/fire throws error #3162

mikgross opened this issue Feb 15, 2022 · 3 comments

Comments

@mikgross
Copy link

mikgross commented Feb 15, 2022

Version info

     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/
    

Angular CLI: 14.0.0-next.0
Node: 16.13.2
Package Manager: npm 8.1.2
OS: linux x64

Angular: 14.0.0-next.2
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1400.0-next.0
@angular-devkit/build-angular   14.0.0-next.0
@angular-devkit/core            14.0.0-next.0
@angular-devkit/schematics      14.0.0-next.0
@angular/cdk                    13.2.2
@angular/cli                    14.0.0-next.0
@angular/fire                   0.0.0
@angular/material               13.2.2
@schematics/angular             14.0.0-next.0
rxjs                            7.5.2
typescript                      4.5.5

How to reproduce these conditions

run ng add @angular/fire

Debug output

The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.

@google-oss-bot
Copy link

This issue does not seem to follow the issue template. Make sure you provide all the required information.

@mt-webdev
Copy link

You are using Angular v14 - I am alrdy struggling with using this package inside a v13 package 😆

@jamesdaniels
Copy link
Member

We haven't marked a peer with NG 14 yet, so it's installing the placeholder version 0.0.0, change your command to ng add @angular/fire@latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants