Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

find way to handle with different branch dependencies #134

@sgratzl

Description

@sgratzl

i.e. one is depending on develop the other on a branch based on develop. atm. npm will install both which causes compile errors.

there is no option to have a "relaxed" branch dependency.

One option that may work is using npm-shrinkwrap.json

{
  "dependencies": {
    "test_b": {
      "from": "sgratzl/test_b#master",
      "dependencies": {
        "test_a": {
          "from": "sgratzl/test_a#develop"
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions