AnthonyNahas / ngx-auth-firebaseui

Angular Material UI component for firebase authentication
https://ngx-auth-firebaseui.firebaseapp.com
MIT License
589 stars 165 forks source link

The package that you are trying to add does not support schematics #369

Closed responder closed 2 years ago

responder commented 5 years ago

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

AnthonyNahas commented 5 years ago

please clear your npm cache !

This feature has been added like 6 months ago and we don't have any issue with that!

If you're still have problems or questions please do not hesitate to reopen this ticket

thank you 🍺

Admiralfeb commented 4 years ago

I'm having this issue after clearing the cache by running npm cache clean --force and removing the %appdata%/npm-cache directory.

alexmick commented 4 years ago

Same issue here, even after a cache clear. Using angular v9.

ghost commented 4 years ago

I have the same problem, cache cleared, folder removed etc.

AnthonyNahas commented 4 years ago

I will check that once again

couchfault commented 4 years ago

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, deleting node_modules/, and reinstalling made no difference.

Workaround: just specify the version you want (eg. ng add ngx-auth-firebaseui@latest)