Skip to content

mdclint cannot be installed in projects using ESLint 10 #23

Description

@Cry0nicS

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:

  1. Create or use a Nuxt Docus project
  2. Install ESLint 10
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions