We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x
"@angular/compiler": "^19.0.5", "@angular/core": "^19.0.5", "keycloak-angular": "^19.0.2", "keycloak-js": "^26.0.7", "rxjs": "~6.6.7",
Simplify install and run with given versions.
✘ [ERROR] No matching export in "node_modules/.pnpm/rxjs@6.6.7/node_modules/rxjs/_esm5/index.js" for import "mergeMap" node_modules/.pnpm/keycloak-angular@19.0.2_@angular+common@19.0.5_@angular+core@19.0.5_rxjs@6.6.7_zone.js@0.15.0_2u2dmpkpmb7z7z4fdpht5xs2bm/node_modules/keycloak-angular/fesm2022/keycloak-angular.mjs:4:54: 4 │ import { Subject, from, combineLatest, of, fromEvent, mergeMap as mergeMap$1 } from 'rxjs'; ╵ ~~~~~~~~
No error.
The text was updated successfully, but these errors were encountered:
Hi, I had this issue but I have solution:
In package.json:
"@angular/core": "^19.1.0" "@angular/material": "^19.0.5", "rxjs": "^7.8.1", "keycloak-angular": "^19.0.2", "keycloak-js": "^18.0.1",
Sorry, something went wrong.
If thats the case than this package should specify rxjs 7 as peer dependency.
mauriciovigolo
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
Simplify install and run with given versions.
The log given by the failure.
Desired functionality.
No error.
The text was updated successfully, but these errors were encountered: