Skip to content

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

@MartinFiskaly

Description

@MartinFiskaly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions