ngx-auth-firebaseui icon indicating copy to clipboard operation
ngx-auth-firebaseui copied to clipboard

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

Open responder opened this issue 5 years ago • 6 comments

#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

responder avatar Oct 07 '19 18:10 responder

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 🍺

AnthonyNahas avatar Oct 09 '19 20:10 AnthonyNahas

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

Admiralfeb avatar Jan 17 '20 20:01 Admiralfeb

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

alexmick avatar Apr 03 '20 12:04 alexmick

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

ghost avatar Apr 23 '20 09:04 ghost

I will check that once again

AnthonyNahas avatar Apr 24 '20 18:04 AnthonyNahas

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)

couchfault avatar May 23 '20 18:05 couchfault