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

Support Angular 16 #285

Closed
tsteuwer-accesso opened this issue Nov 3, 2023 · 4 comments
Closed

Support Angular 16 #285

tsteuwer-accesso opened this issue Nov 3, 2023 · 4 comments

Comments

@tsteuwer-accesso
Copy link

Is your feature request related to a problem? Please describe

You cannot install this dependency without --force because of the peer dependency stuck at ^15.0.0.

Describe the solution you'd like

You could instead use >=15.0.0 and that would resolve the issue.

Describe alternatives you've considered

The only one you can use is npm i --force.

Additional context

No response

Copy link

github-actions bot commented Nov 3, 2023

Hello 👋 @tsteuwer-accesso
Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to raise a PR if you can fix the issue

@pavankjadda
Copy link
Collaborator

Is your feature request related to a problem? Please describe

You cannot install this dependency without --force because of the peer dependency stuck at ^15.0.0.

Describe the solution you'd like

You could instead use >=15.0.0 and that would resolve the issue.

Describe alternatives you've considered

The only one you can use is npm i --force.

Additional context

No response

You can use

@tsteuwer-accesso
Copy link
Author

tsteuwer-accesso commented Nov 3, 2023

@pavankjadda , we have 15 installed locally but you will get an error due to the peerDependency angular because it's using ^15.0.0

 "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0"
  },

Shouldn't that be >=15.0.0? ^15.0.0 means you can use it with any version of Angular 15.

@pavankjadda
Copy link
Collaborator

@pavankjadda , we have 15 installed locally but you will get an error due to the peerDependency angular because it's using ^15.0.0

 "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0"
  },

Shouldn't that be >=15.0.0? ^15.0.0 means you can use it with any version of Angular 15.

I don't understand the question. For v16 use

npm i ngx-cookie-service

and for v15

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

2 participants