Skip to content
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

X [ERROR] Could not resolve "@angular/cdk/drag-drop" #61

Open
alexandrudabija opened this issue Jan 12, 2025 · 0 comments
Open

X [ERROR] Could not resolve "@angular/cdk/drag-drop" #61

alexandrudabija opened this issue Jan 12, 2025 · 0 comments

Comments

@alexandrudabija
Copy link

node_modules/primeng/fesm2022/primeng-orderlist.mjs:1:48:
  1 │ import { moveItemInArray, DragDropModule } from '@angular/cdk/drag-drop';
    ╵                                                 ~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "@angular/cdk/drag-drop" as external to exclude it from the bundle, which
will remove this error and leave the unresolved path in the bundle.

to solve this error add in package.json :
"@angular/cdk": "^19.0.5",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant