angulartics2
angulartics2 copied to clipboard
Dependency conflict between angulartics 11 and rxjs 6
I'm submitting a ...
-
[x] bug report
-
[ ] feature request
-
[ ] question about the decisions made in the repository
-
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Run
npm install
with Angular 12.1.x, angulartics 11.0.0 and rxjs 6.6.x. The following error occurs : angulatics 11.0.0 requires rxjs 7.x. But it is not compatible with Angular 12.1.x -
What is the expected behavior? No dependency conflict.
-
What is the motivation / use case for changing the behavior? More flexibility between rxjs version
-
Environment:
Angular CLI: 12.1.4
Node: 18.4.0 (Unsupported)
Package Manager: npm 8.6.0
OS: win32 x64
Angular: 12.1.4
... animations, cli, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1201.4
@angular-devkit/build-angular 12.1.4
@angular-devkit/core 12.1.4
@angular-devkit/schematics 12.1.4
@schematics/angular 12.1.4
rxjs 6.6.7
typescript 4.3.5
Why did that even happen? I thought that if I download a certain version in npm it will always be the same. But it looks like angulartics2 team pushed changes to the existing version?