Coder Social home page Coder Social logo

Comments (8)

vovacodes avatar vovacodes commented on July 18, 2024 1

well this is indeed a very nice scenario of optimization, you almost convinced me to fix this bug and start using this script again :)

from find-duplicate-dependencies.

kof avatar kof commented on July 18, 2024 1

I have a fix, give me a sec

from find-duplicate-dependencies.

kof avatar kof commented on July 18, 2024

I think I am seeing the same issue, I got printed out many times exact same version for e.g.

  { name: 'warning',
    version: '3.0.0',
    from: '[email protected]',
    path: 'grape-web-client/grape-web/material-ui/react-event-listener' },
  { name: 'warning',
    version: '3.0.0',
    from: '[email protected]',
    path: 'grape-web-client/grape-web/material-ui/react-transition-group' },
  { name: 'warning',
    version: '3.0.0',
    from: '[email protected]',
    path: 'grape-web-client/grape-web/material-ui' },

from find-duplicate-dependencies.

vovacodes avatar vovacodes commented on July 18, 2024

I did not use this tool probably for 2 years already, so there are high chances it is not working with the current version of npm, unfortunately, I don't have much time to fix this now, but would appreciate and accept contributions

from find-duplicate-dependencies.

kof avatar kof commented on July 18, 2024

what do you use instead? maybe there is something else out there? Should be a popular problem …

from find-duplicate-dependencies.

vovacodes avatar vovacodes commented on July 18, 2024

Well I don't use anything at the moment, just rely on NPM and Webpack to dedupe as much as possible, but I agree that monitoring that stuff is quite useful

from find-duplicate-dependencies.

kof avatar kof commented on July 18, 2024

The problem is how do we know that we need to update some dependency in order to avoid loading different versions if a dependency is used across multiple packages? Tools have no choice but to bundle that dependency multiple times. This can't be automated afaik.

from find-duplicate-dependencies.

vovacodes avatar vovacodes commented on July 18, 2024

fixed in [email protected]

from find-duplicate-dependencies.

Related Issues (4)

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.