Open Lazalatin opened 6 years ago
Hi, I'm having the same issue :
Angular CLI: 6.2.4
Node: 10.11.0
OS: darwin x64
Angular: 6.1.10
I am getting this error:
ng generate keycloak --collection @ssilvert/keycloak-schematic --clientId=keycloak
An unhandled exception occurred: Schematic "keycloak" not found in collection "@schematics/angular".
Angular CLI: 11.2.8 Node: 14.16.0 OS: linux x64
Angular: 11.2.9
The keycloak-schematic project is not being maintained any more.
Stan
On Wed, Apr 14, 2021 at 8:10 AM AlyIbrahim @.***> wrote:
I am getting this error:
ng generate keycloak --collection @ssilvert/keycloak-schematic --clientId=keycloak An unhandled exception occurred: Schematic "keycloak" not found in collection @.***/angular".
Angular CLI: 11.2.8 Node: 14.16.0 OS: linux x64
Angular: 11.2.9
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ssilvert/keycloak-schematic/issues/9#issuecomment-819469240, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD32QX5FTQREKW7E6Z4FBLTIWA3LANCNFSM4F2UVGXQ .
Thanks in advance for your help and also kudos for this project! Node Info:
ng --version
:Angular CLI: 6.2.4 Node: 8.12.0 OS: linux x64 Angular: 6.1.9
Calling
ng generate @ssilvert/keycloak-schematic:keycloak --clientId=myAwesomeProjectName --realm=Testing
brings:Cannot read property 'split' of undefined TypeError: Cannot read property 'split' of undefined
Any hints or ideas?