This repository was archived by the owner on Oct 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
@nxext/ionic-angular - Not Compatible with latest @nx/angular #35
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I use node 22.2.0 and npm v 10.7.0
Steps to reproduce:
$ npx create-nx-workspace@latest
√ Where would you like to create your workspace? · test-app
√ Which stack do you want to use? · none
√ Package-based monorepo, integrated monorepo, or standalone project? · integrated
√ Do you want Nx Cloud to make your CI fast? · skipThen add angular:
nx add @nx/angularThen try to add ionic
$ npm install --save-dev --exact @nxext/ionic-angular
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @anime-sector/source@0.0.0
npm error Found: @nx/angular@19.1.2
npm error node_modules/@nx/angular
npm error dev @nx/angular@"^19.1.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @nx/angular@"18.2.4" from @nxext/ionic-angular@18.0.4
npm error node_modules/@nxext/ionic-angular
npm error dev @nxext/ionic-angular@"*" 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 C:\Users\Sven\AppData\Local\npm-cache\_logs\2024-06-03T21_30_26_068Z-eresolve-report.txtrobsonostouhidrahman
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working