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

Incompatible peer dependency to "rxjs" (requires "~7.5.0", would install "7.8.0") #58

Closed
JulienAtSimplon opened this issue Apr 26, 2023 · 3 comments

Comments

@JulienAtSimplon
Copy link

Describe the bug
Incompatible peer dependency to "rxjs" (requires "~7.5.0", would install "7.8.0")

To Reproduce
Steps to reproduce the behavior:

  1. ng new AngularProjectV15
  2. npm i ngx-localstorage
  3. See error

Expected behavior
Compatible peer dependency to [email protected]

Version information (please complete the following information):

  • Module 5.0.0
  • Angular 15.2.6
@bohoffi
Copy link
Owner

bohoffi commented Apr 27, 2023

Hi @JulienAtSimplon

could you send the (peer)dependencies of your app please?
ngx-localstorage does not have any fixed rxjs version as dependencies as you can see in the packages package.json:

{
  "name": "ngx-localstorage",
  "version": "5.0.0",
  "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}

@Boris-Bodin
Copy link

This issue should be corrected with the PR: #59

@bohoffi
Copy link
Owner

bohoffi commented Oct 28, 2023

@JulienAtSimplon thanks to @Boris-Bodin the release 5.1.0 updates the Angular version compatibility

@bohoffi bohoffi closed this as completed Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants