Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic React: dependenies error with nx v17.0.3 #1051

Open
MartinFiskaly opened this issue Nov 7, 2023 · 0 comments
Open

Ionic React: dependenies error with nx v17.0.3 #1051

MartinFiskaly opened this issue Nov 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MartinFiskaly
Copy link

MartinFiskaly commented Nov 7, 2023

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.

@MartinFiskaly MartinFiskaly added the bug Something isn't working label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant