angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

support nx 19 #144

Closed angstitc closed 1 month ago

angstitc commented 2 months ago

Currently the max max peer of nx is set to 18 which results in a peer dependency issue on install:

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular-architects/ddd@18.0.0
npm error Found: @nx/angular@19.3.2
npm error node_modules/@nx/angular
npm error   @nx/angular@"19.3.2" from @nrwl/angular@19.3.2
npm error   node_modules/@nrwl/angular
npm error     @nrwl/angular@"19.3.2" from @nx/angular@19.3.2
npm error   @nx/angular@"19.3.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @nx/angular@"^18.0.0" from @angular-architects/ddd@18.0.0
npm error node_modules/@angular-architects/ddd
npm error   dev @angular-architects/ddd@"^18.0.0" from the root project
npm error
npm error Conflicting peer dependency: @nx/angular@18.3.5
npm error node_modules/@nx/angular
npm error   peer @nx/angular@"^18.0.0" from @angular-architects/ddd@18.0.0
npm error   node_modules/@angular-architects/ddd
npm error     dev @angular-architects/ddd@"^18.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/fabian/.npm/_logs/2024-07-15T07_33_53_105Z-eresolve-report.txt

Update would be great, --force is nothing I really wanna use.

manfredsteyer commented 1 month ago

we have now a version 19 for nx 19