daffodil icon indicating copy to clipboard operation
daffodil copied to clipboard

Daffodil 0.89.0 not installable on Angular 20.

Open damienwebdev opened this issue 3 months ago • 0 comments

Is this a regression?

  • [x] Yes, this behavior used to work in the previous version

Description

~/code/ng20-app$ npx ng add @daffodil/commerce
 
Would you like to share pseudonymous usage data about this project with the Angular Team
at Google under Google's Privacy Policy at https://policies.google.com/privacy. For more
details and how to change this setting, see https://angular.dev/cli/analytics.

   No
Global setting: enabled
Local setting: disabled
Effective status: disabled
✔ Determining Package Manager
  › Using package manager: npm
✔ Searching for compatible package version
  › Found compatible package version: @daffodil/[email protected].
✔ Loading package information from registry
✔ Confirming installation
✔ Installing package
CREATE src/app/daff/product/components/product-list/product-list.component.ts (7318 bytes)
CREATE src/app/daff/product/drivers/demo/dynamic/dynamic-switch.service.ts (3240 bytes)
CREATE src/app/daff/product/drivers/demo/fake/fake-product-driver.service.ts (1227 bytes)
CREATE src/app/daff/product/drivers/demo/fake/fake-product.ts (229 bytes)
CREATE src/app/daff/product/drivers/demo/fake/transform.ts (532 bytes)
CREATE src/app/daff/product/drivers/demo/magento/endpoint-switch.token.ts (672 bytes)
UPDATE package.json (1540 bytes)
UPDATE src/app/app.config.ts (2834 bytes)
UPDATE src/app/app.routes.ts (222 bytes)
UPDATE src/app/app.html (20156 bytes)
UPDATE src/app/app.ts (375 bytes)
⠇ Installing packages (npm)...npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/rxjs
npm error   rxjs@"~7.8.0" from the root project
npm error   rxjs@"7.8.2" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/architect
npm error     @angular-devkit/architect@"0.2003.4" from @angular/[email protected]
npm error     node_modules/@angular/build
npm error       dev @angular/build@"^20.3.4" from the root project
npm error     @angular-devkit/architect@"0.2003.4" from @angular/[email protected]
npm error     node_modules/@angular/cli
npm error       dev @angular/cli@"^20.3.4" from the root project
npm error   7 more (@angular-devkit/core, @angular-devkit/schematics, ...)
npm error
npm error Could not resolve dependency:
npm error @daffodil/core@"^0.89.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/rxjs
npm error   peer rxjs@"7.8.1" from @daffodil/[email protected]
npm error   node_modules/@daffodil/core
npm error     @daffodil/core@"^0.89.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 2025-10-04T20_11_20_110Z-eresolve-report.txt
npm error A complete log of this run can be found in: 2025-10-04T20_11_20_110Z-debug-0.log
✖ Package install failed, see above.
The Schematic workflow failed. See above.

Environment

  • Daffodil version: 0.89.0
  • Angular version: 20.3.4

Steps to reproduce

  1. npx @angular/cli new ng20-app
  2. npx ng add @daffodil/commerce

Expected behavior

@daffodil/commerce installs correctly.

Actual behavior

@daffodil/commerce install fails.

Additional context

No response

damienwebdev avatar Oct 04 '25 20:10 damienwebdev