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

Dependencies cannot be satisfied #6

Open
thomasfischer-his opened this issue Sep 16, 2022 · 1 comment
Open

Dependencies cannot be satisfied #6

thomasfischer-his opened this issue Sep 16, 2022 · 1 comment

Comments

@thomasfischer-his
Copy link

When running npm install, it seems like the dependencies cannot be satisfied due to a version conflict:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typeorm
npm ERR!   typeorm@"^0.2.41" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typeorm@"^0.3.0" from @nestjs/[email protected]
npm ERR! node_modules/@nestjs/typeorm
npm ERR!   @nestjs/typeorm@"^8.0.2" 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.
npm ERR! 
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

From what I see is that on one side typeorm 0.2.41 is pulled in directly via package.json (requirement "typeorm": "^0.2.41"), but on the other side the dependency "@nestjs/typeorm": "^8.0.2" pulls in @nestjs/typeorm 8.1.4 which in its package.json has a dependency on typeorm 0.3.6 ("typeorm": "0.3.6").

Can someone please check which version numbers can be changed/increased in order to get this software to work again?

@AntonioEstriga
Copy link
Contributor

Hi, the problem should be fixed on the master branch. If your purpose is just to run accessibility evaluations, I think you should checkout https://github.com/qualweb/core. It´s the automatic accessibility evaluator used in this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants