Ionic React: dependenies error with nx v17.0.3
MartinFiskaly opened this issue · 0 comments
Describe the bug
When installing latest version of @nxext/ionic-react with nx v17.0.3 the following dependency error occurs
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ereceipt@1.0.0
npm ERR! Found: @nx/eslint@17.0.3
npm ERR! node_modules/@nx/eslint
npm ERR! dev @nx/eslint@"17.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nx/eslint@"17.0.2" from @nxext/ionic-react@17.0.0
npm ERR! node_modules/@nxext/ionic-react
npm ERR! dev @nxext/ionic-react@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
To Reproduce
- Create a project
- Intall nx version 17.0.3
- run
npm install -D @nxext/ionic-react
Expected behavior
Extension is installed without errors, by being able to resolve dependencies.