-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
Hello 👋 @tsteuwer-accesso |
You can use
|
@pavankjadda , we have 15 installed locally but you will get an error due to the peerDependency angular because it's using
Shouldn't that be |
I don't understand the question. For v16 use
and for v15
|
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
The text was updated successfully, but these errors were encountered: