Trying to install mdclint in a Nuxt Docus project fails because its peer dependency only supports ESLint 8 and 9, while the project uses ESLint 10.
Steps to reproduce:
- Create or use a Nuxt Docus project
- Install ESLint 10
- Run npm install -D mdclint
Actual result:
Installation fails with ERESOLVE unable to resolve dependency tree because mdclint@0.1.2 requires eslint@"^8.57.0 || ^9.0.0".
Error:
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error While resolving: docs@undefined
npm error Found: eslint@10.1.0
npm error node_modules/eslint
npm error dev eslint@"^10.1.0" from the root project
npm error Could not resolve dependency:
npm error peer eslint@"^8.57.0 || ^9.0.0" from mdclint@0.1.2
npm error node_modules/mdclint
npm error dev mdclint@"*" from the root project
Trying to install mdclint in a Nuxt Docus project fails because its peer dependency only supports ESLint 8 and 9, while the project uses ESLint 10.
Steps to reproduce:
Actual result:
Installation fails with ERESOLVE unable to resolve dependency tree because mdclint@0.1.2 requires eslint@"^8.57.0 || ^9.0.0".
Error: