-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix peerDependencies #411
Comments
Yes, please fix this, we also don't want to run with "--legacy-peer-deps". |
We are seeing this issue as well. |
Alternatively, can add the following in project's package.json -
|
We have a forked copy of this repo now that we have since updated to Angular 14. https://github.com/HyperviewHQ/angular2gridster if anyone is interested. There is also an open PR to port over the changes to this repo. I hope you find it useful. |
After updating angular and trying to recreate the package-lock with npm >= 7 I get an error cause of peerDependencies:
Using --legacy-peer-deps works but in my opinion angular2gridster should not have a fixed dependency to 13.1.1 but ^13.1.1 instead.
The text was updated successfully, but these errors were encountered: