This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
React: "ERESOLVE unable to resolve dependency tree" error on fresh install #34
Labels
bug
Something isn't working
I keep running into issues while trying to create a new nxext project where I have to run
--force
to get @nxext to install, resulting in conflicting or missing dependencies.While creating a new repo I do the following:
npx [email protected]
(I've also tried@latest
and v17 with the same result)These are the options I select:
Things go wrong when I run
npm install --save-dev --exact @nxext/ionic-react @nxext/capacitor @nx/react --force
Here's the full list of errors that appears:
I would imagine this should complete successfully, but maybe I am setting up the NX workspace wrong? I'm unsure. I'd love some help with this.
The text was updated successfully, but these errors were encountered: