Giter VIP home page Giter VIP logo

Comments (2)

tetedacier avatar tetedacier commented on May 25, 2024

If you run npm ls typescript @typescript-eslint/typescript-estree you should be able to find the dependencies tree related to your problem.

Lately, I run into a similar issues and forces those packages version package.json overrides mechanism:

{
   ...
   "overrides": {
       ...
       "@typescript-eslint/eslint-plugin": "7.7.0",
       "@typescript-eslint/utils": "7.7.0",
       "@typescript-eslint/parser": "7.7.0",
       ...
       "typescript": "5.4.5",
       ...
   },
   ...
}

The issue you mentioned disappeared and my project was still operational 😎

from madge.

AddictArts avatar AddictArts commented on May 25, 2024

@tetedacier thanks, I cannot use overrides, but I tested and it didn't eliminate the warning from madge.

❯ npm ls typescript @typescript-eslint/typescript-estree
[email protected] D:\something
+-- @something/[email protected] -> .\apps\electron
| `-- [email protected]
|   `-- [email protected]
|     `-- [email protected]
|       `-- [email protected]
+-- @typescript-eslint/[email protected]
| +-- @typescript-eslint/[email protected]
| | `-- @typescript-eslint/[email protected] deduped
| +-- @typescript-eslint/[email protected]
| | `-- @typescript-eslint/[email protected] deduped
| `-- [email protected]
|   `-- [email protected] deduped
+-- @typescript-eslint/[email protected]
| `-- @typescript-eslint/[email protected]
`-- [email protected]

I downgraded to 5.1.6. It is not identifying typescript version correctly.

from madge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.