-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hello folks,
Unfortunately, I’m getting the following error when running a standard npm install for this library:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
While resolving: @poc-angular/source@0.0.0
Found: @angular/core@21.1.6
node_modules/@angular/core
@angular/core@"~21.1.0" from the root project
Could not resolve dependency:
peer @angular/core@"^20.0.0" from @angular-architects/ddd@20.0.1
node_modules/@angular-architects/ddd
@angular-architects/ddd@"*" from the root project
It looks like the package currently supports Angular ^20.0.0, but Angular 21 is already out.
Would it be possible to bump the peer dependency version to support Angular 21?
nx-ddd-plugin/libs/ddd/package.json
Line 23 in 5fc4d4d
| "@angular/core": "^20.0.0", |
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels