You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: [email protected] npm ERR! Found: @nx/[email protected] 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/[email protected] 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.
The text was updated successfully, but these errors were encountered:
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: [email protected]
npm ERR! Found: @nx/[email protected]
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/[email protected]
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
npm install -D @nxext/ionic-react
Expected behavior
Extension is installed without errors, by being able to resolve dependencies.
The text was updated successfully, but these errors were encountered: