Skip to content
New issue

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

Cannot be used with latest Angular #44

Open
danwellman opened this issue Aug 29, 2023 · 0 comments
Open

Cannot be used with latest Angular #44

danwellman opened this issue Aug 29, 2023 · 0 comments

Comments

@danwellman
Copy link

danwellman commented Aug 29, 2023

Using the latest version of ngxs-effects (3.1.3) and Nodejs 18.10.0, it is not possible to complete NPM install successfully with Angular 16.1.9 (and potentially recent versions of Angular such as v15) due to dependency issues.

ngxs-effects has a dependency on @ngxs/logger-plugin version ~3.6.2 but Angular 16 requires @ngxs/logger-plugin version 3.8.1.

Changing the ~ to a ^ may resolve the issue if ngxs-effects 3.1.3 is compatible with @ngxs/logger-plugin 3.8.1

Here is console output when trying to install:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant