You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
I'm submitting a ...
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:
The text was updated successfully, but these errors were encountered: