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

devDependencies cannot be satisfied #414

Open
thomasfischer-his opened this issue Sep 8, 2022 · 0 comments
Open

devDependencies cannot be satisfied #414

thomasfischer-his opened this issue Sep 8, 2022 · 0 comments

Comments

@thomasfischer-his
Copy link

I want to compile a11y-sitechecker from TypeScript to JavaScript and for that purpose tried to installed the devDependencies as listed in package.json. However, to my interpretation the required specific versions of packages pulled in as direct or indirect dependencies are in conflict and cannot be resolved:

$ npm install a11y-sitechecker '@axe-core/puppeteer@^4.4.0' 'chalk@^4.0.0' 'commander@^9.0.0' 'jsdom@^19.0.0' 'puppeteer@^13.3.2' 'rxjs@^7.5.4' 'uuid@^8.3.2' '@commitlint/cli@^16.2.1' '@commitlint/config-conventional@^16.2.1' '@semantic-release/changelog@^6.0.1' '@semantic-release/git@^10.0.1' '@semantic-release/github@^8.0.2' '@semantic-release/npm@^9.0.0' '@semantic-release/release-notes-generator@^10.0.3' '@types/jest@^27.4.0' '@types/jsdom@^16.2.14' '@types/node@^17.0.18' '@types/prettyjson@^0.0.30' '@types/puppeteer@^5.4.4' '@types/uuid@^8.3.4' '@typescript-eslint/eslint-plugin@^5.12.0' '@typescript-eslint/parser@^5.12.0' 'copyfiles@^2.4.1' 'eslint@^8.9.0' 'eslint-config-prettier@^8.3.0' 'eslint-config-standard@^16.0.3' 'eslint-plugin-import@^2.25.4' 'eslint-plugin-node@^11.1.0' 'eslint-plugin-prettier@^4.0.0' 'eslint-plugin-promise@^5.0.0' 'husky@^7.0.4' 'istanbul-badges-readme@^1.8.1' 'jest@^27.5.1' 'jest-puppeteer@^6.1.0' 'prettier@^2.5.1' 'semantic-release@^19.0.2' 'ts-jest@^27.1.3' 'ts-node@^10.5.0'
npm notice 
npm notice New minor version of npm available! 8.15.0 -> 8.19.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.1>
npm notice Run `npm install -g npm@8.19.1` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: eslint@8.23.0
npm ERR! node_modules/eslint
npm ERR!   eslint@"^8.9.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard@16.0.3
npm ERR! node_modules/eslint-config-standard
npm ERR!   eslint-config-standard@"^16.0.3" 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 /home/ubuntu/.npm/eresolve-report.txt for a full report.

The command is execute as a RUN statement inside a Dockerfile extending image andrewmackrodt/nodejs-chromium.

The conflict is as follows:

Do I miss anything or is there a real problem to be fixed?

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

1 participant