-
Notifications
You must be signed in to change notification settings - Fork 160
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 12 #242
Comments
pull request #246 |
Node.js LTS version is now v16.x which includes npm v8.x. These versions will error out on npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~12.2.11" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^11.0.0" from [email protected]
npm ERR! node_modules/ngx-sortablejs
npm ERR! ngx-sortablejs@"^11.1.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.
npm ERR!
npm ERR! See /Users/nunoarruda/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/nunoarruda/.npm/_logs/2021-11-02T15_53_02_208Z-debug.log Workaround: use @smnbbrv can you please fix this when you have a chance? |
It might be appropriate to not depend on a specific version of Angular and do a greater than the min requirements as a peer dependency instead? Would prevent having to create new builds for every Angular release. |
is this project dead? |
At this stage, it looks like this project is pretty much dead and/or abandoned. I suggest you folks give these alternatives a try: https://material.angular.io/cdk/drag-drop/overview (for mixed direction, follow MikaStark workaround) |
cdk doesn't work with grids SortableJs is the best available, but it needs to be maintained :( |
Yes, it's dead. |
Holly shit it's too bad .... |
Hi, folks, I suggest you can try the ng-dnd library and it's very easy to solve the mixed direction issue (angular/components#13372), please check the following example: |
Looks to be working ok with Angular 12 but there's a warning on
npm install
about peer dependencies:The text was updated successfully, but these errors were encountered: