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

Fails to create app due to peer dependency issue #44

Open
AdamStone opened this issue Sep 2, 2022 · 0 comments
Open

Fails to create app due to peer dependency issue #44

AdamStone opened this issue Sep 2, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@AdamStone
Copy link

When I try to run this it creates a folder with a package.json inside but nothing else, and outputs the following:

npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"6.1.0" from the root project
npm ERR!   peer eslint@"^5.0.0 || ^6.0.0 || ^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/parser
npm ERR!     dev @typescript-eslint/parser@"3.2.0" from the root project
npm ERR!     peer @typescript-eslint/parser@"^3.1.0" from [email protected]
npm ERR!     node_modules/eslint-plugin-reactxp
npm ERR!       dev eslint-plugin-reactxp@"0.1.10" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.1.0" from [email protected]
npm ERR! node_modules/eslint-plugin-reactxp
npm ERR!   dev eslint-plugin-reactxp@"0.1.10" 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.

Neither of the suggested flags seem to have any effect. Upgrading npm to latest version doesn't help. Tried on linux and windows with the same result, so I don't think it's a matter of local environment.

@a-tarasyuk a-tarasyuk added the bug Something isn't working label Sep 20, 2022
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

2 participants