-
Notifications
You must be signed in to change notification settings - Fork 430
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] library is not compatible with Angular v16 #1089
Comments
I made it work without any issue. |
Hi, I have a similar problem here. ❯ npm i [email protected] took 5s
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [PROJ_NAME]@1.16.10
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"16.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"15.2.9" from @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR! peer @angular/animations@"^15.0.0" from [email protected]
npm ERR! node_modules/ng2-dragula
npm ERR! ng2-dragula@"4.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Any updates for angular v16? |
Similar problem after update to Angular 16. Do you plan to support Angular 16? |
PS C:\Users\attim\Documents\virtualroom3d> npm install |
I've got the same exact issue. If installed with |
Would also like to use with Angular 16. |
@reda-alaoui do you consider updating compatibility to ng16? I would like not to use |
Why is this issue closed? The current version of the project specifically lists ^15.0.0 in its peer dependencies. |
@valorkin @SvetlanaMuravlova Could you kindly give us some information if there are plans to make this package support Angular 16? Thank you! |
[bug report]
ng2-dragula
issues for related problems, including closed issues.ng2-dragula
.Dragula is not compatible with Angular 16
Steps to reproduce the behavior:
There are two scenarios:
I. You want to install dragula in ng16 project
II. You want to migrate current project to ng16
ng update
to update ng15 to ng16Error: node_modules/ng2-dragula/dist/components/dragula.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s). static forRoot(): ModuleWithProviders;
The text was updated successfully, but these errors were encountered: