The package that you are trying to add does not support schematics
See original GitHub issue#353 # Bug Report or Feature Request (mark with an x
)
- [X ] bug report -> please search issues before submitting
- [ ] feature request
OS and Version?
Windows 7
Versions
Angular CLI: 8.3.8 Node: 10.16.3 OS: win32 x64 Angular: 8.2.9
Repro steps
ng add ngx-auth-firebaseui says: The package that you are trying to add does not support schematics.
The log given by the failure
no log
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
ng add xxx returns "The package that you are trying ... - GitHub
It says two packages @angular-devkit/architect and @angular-devkit/core don't support @angular-devkit/schematics and this seems the reason why I ...
Read more >ng add@angular-material // The package that you are trying to ...
Yes, I got the same message: "The package that you are trying to add does not support schematics. You can try using a...
Read more >Install @AngularFire Error:The package that you are trying to ...
The package that you are trying to add does not support schematics. You can try using a different version of the package or...
Read more >Angular Schematics - The quick guide to supporting ng add
How to create a ng add schematic for your Angular library in less than 5 minutes. Even if you have no idea where...
Read more >ng add@angular-material // The package that you are trying to ...
Coding example for the question ng add@angular-material // The package that you are trying to add does not support schematics-angular.js.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was just pulling my hair out over the same issue. Issue is
ng add
installs an out of date version (I forget which one, but something ancient). Clearing caches, deletingnode_modules/
, and reinstalling made no difference.Workaround: just specify the version you want (eg.
ng add ngx-auth-firebaseui@latest
)Same issue here, even after a cache clear. Using angular v9.