-
Notifications
You must be signed in to change notification settings - Fork 434
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
[bug report] Angular 15 Animations Dependency Bug #1081
Comments
Any plans to make this Angular 15 compatible soon? ;) Are there real issues with 15, or maybe just fixing deps is enough? |
You can solve this by changing yours package.json
|
Yes, this is an option but it defeats the purpose which was to upgrade my application to the latest version of Angular (15). |
Any plans to make compatible? ;) |
@jarekkowol , it will be fixed soon) thank you for issue) |
@SvetlanaMuravlova the README says the current version should be compatible with Angular 15 but still: npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@"^14.0.0" from [email protected] Any chance it wasn't submitted yet? I'm guessing it should be a newer version than 3.2.0 as well? Thanks! |
@ghbob , yeas i saw it, today will be new version ( as next) and it will be compatible with angular 15 |
REQUIRED: Before filing a bug report
Change each
[ ]
to[x]
when you have done it.[bug report]
ng2-dragula
issues for related problems, including closed issues.ng2-dragula
.Describe the bug (required)
Recently upgraded to Angular v15.0.4 and ng2-dragula v3.2.0 After updating I ran
npm install
and receive a dependency error related to @angular/animationsTo Reproduce (required)
Steps to reproduce the behavior:
npm install
to install listed versions of packagesVersions:
@angular/core
: 15.0.4ng2-dragula
: 3.2.0Is this issue being tracked or is there a current work around?
The text was updated successfully, but these errors were encountered: