6

I'm starting day three trying to solve a Dependency Hell issue which is preventing a bug fix being deployed.

Please help.

Comments
  • 1
    is it npm?
  • 1
    NuGet, so far I've converted every project to the new VS2017 format and am now manually removing any redundant package includes so every package in the include chain references the same version.
  • 0
    Well,
    Use Yarn !
    I never succeeded with npm,
    Delete "node_modules"
    Install yarn
    And "yarn install"
    And voila. Ur free
  • 0
    Except its A C#.NET project with about 20 components.
Add Comment